cURL
curl --request POST \ --url https://odyssey.asteroid.ai/api/v1/agent/{id} \ --header 'Content-Type: application/json' \ --header 'X-Asteroid-Agents-Api-Key: <api-key>' \ --data '{ "name": "Jane Doe", "email": "[email protected]" }'
{ "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Executes an agent with the provided parameters
The ID of the agent
Request to execute an agent with specific parameters
Agent execution started successfully
The response is of type object.
object