curl --request POST \ --url "https://api.roe-ai.com/v1/agents/run/YOUR_AGENT_ID/async/" \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "inputs": { "key": "value" } }'
"123e4567-e89b-12d3-a456-426614174000"
Run agent asynchronously. Returns agent job id which can be used to check status and get results.
Serializer for agent execution requests with dynamic input fields.
Optional metadata as JSON object or JSON string
Agent input keys are dynamic based on agent configuration. Can be text or file.
1
Agent job ID
The response is of type string.
string