Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request to create an agent.
The configuration for the agent creation 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.
Minimum length:
1
Name of the agent. If not provided, a pretty-name will be generated.
The inputs to the agent.
Response
Successful Response
Response to the agent creation request.
ID of the agent
Name of the agent
Date and time when the agent was created (in UTC timezone)
Date and time when the agent was updated (in UTC timezone)
The status of the job.
Available options:
pending
, enqueued
, running
, completed
, failed
, paused