Agents
Run Default Agent
Run system defined agent synchronously. Returns agent outputs.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Type of default agent to run. For classification, agent inputs must include 'task' and 'target'. For extraction, agent inputs must include 'prompt' and 'target'.
Available options:
classification
, extraction
Body
Response
200
application/json
Agent outputs
The response is of type object[]
.