Agent Execute
Execute an agent.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request to execute an agent.
Name of the agent
Optional metadata to pass to the model.
The VLM generation config to be used for /<dtype>/generate.
The URLs of the files.
The IDs of the uploaded files.
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
Version of the agent, defaults to latest
.
Whether to process the document in batch mode (async).
Response
Base prediction response for all API responses.
The usage metrics for the request.
Unique identifier of the response.
Date and time when the request was created (in UTC timezone)
Date and time when the response was completed (in UTC timezone)
The response from the model.
The status of the job.
pending
, enqueued
, running
, completed
, failed
, paused