Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request to execute an agent.
Optional metadata to pass to the model.
The configuration for the agent execution request.
Unique identifier of the request.
Date and time when the request was created (in UTC timezone)
The URL to call when the request is completed.
1
Name of the agent. If not provided, we use the prompt to identify the unique agent.
Whether to process the document in batch mode (async).
The inputs to the agent.
Response
Successful Response
Response to the agent execution request.
Name of the agent
The usage metrics for the request.
Unique identifier of the agent execution response.
The response from the model.
The status of the job.
pending
, enqueued
, running
, completed
, failed
, paused
Date and time when the execution was created (in UTC timezone)
Date and time when the execution was completed (in UTC timezone)