POST
/
agents
/
{agentId}
/
extractors
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>"
}

Path Parameters

agentId
string
required

ID of the agent.

Body

application/json

Create a new extractor

The body is of type object.

Response

200
application/json

Successful operation

The response is of type object.