cURL
curl --request POST \ --url https://api.vogent.ai/api/agents/{agentId}/extractors \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "extractorFieldsJsonSchema": "<string>" }'
{ "id": "<string>", "name": "<string>", "extractorFieldsJsonSchema": "<string>" }
Create a new extractor for a given agent.
ID of the agent.
Create a new extractor
The body is of type object.
object
Successful operation
The response is of type object.