cURL
curl --request POST \ --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/user-messages \ --header 'Content-Type: application/json' \ --header 'X-Asteroid-Agents-Api-Key: <api-key>' \ --data ' { "message": "<string>" } '
"User message added."
Add a user message to an execution
The unique identifier of the execution
The message content to send
The request has succeeded and a new resource has been created as a result.
The response is of type enum<string>.
enum<string>
User message added.