curl --request POST \ --url "https://api.roe-ai.com/v1/agents/run/YOUR_AGENT_ID/" \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "inputs": { "key": "value" } }'
[ { "key": "<string>", "data_type": "<string>", "value": "<string>", "description": "<string>", "cost": 123 } ]
Execute an agent with provided inputs and return results immediately.
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 result
The key of the output
The MIME data type of the output
The value of the output, serialized as a string
The description of the output
The cost of the agent job execution