Skip to main content
POST
/
v2
/
runs
/
{run_id}
/
messages
Post Run Message
curl --request POST \
  --url https://api.duvo.ai/v2/runs/{run_id}/messages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "message": {
    "id": "<string>",
    "type": "<string>",
    "role": "<string>",
    "timestamp": "<string>",
    "text_content": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

run_id
string<uuid>
required

The run's unique identifier

Body

application/json
message
string
required

The message content to send to the agent

Minimum string length: 1

Response

Default Response

message
object
required

The message that was posted to the run