Send user message to execution
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>"
}
'Execution
Send user message to execution
Add a user message to an execution
POST
/
executions
/
{executionId}
/
user-messages
Send user message to execution
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>"
}
'Authorizations
Path Parameters
The unique identifier of the execution
Body
application/json
The message content to send
Response
The request has succeeded and a new resource has been created as a result.
The response is of type enum<string>.
Available options:
User message added. ⌘I

