Asynchronously run agents by providing the relevant input payload and a callbackUrl
. Once processing is complete, the result will be sent to your provided callback URL.
This is an asynchronous endpoint.
You must include a callbackUrl
where the result will be posted after the agent completes execution.
You need to specify an agentOId
.
Based on the agentOId
, the input schema must match the structure expected by the selected agent.
The following agents are supported. Each has its own required input format. Click below to view the specific documentation and input schema:
Optional header used to identify the source of the request. Helps us apply appropriate rate limiting or disable it when necessary.
"some-source"
External Request ID. Add this header to identify the request from the client for better tracking and debugging.
"external-request-id"
Run agent by given input, the input is different for each agent
Agent data
The response is of type object
.