Skip to main content
POST
/
api
/
chat
/
inject
Inject Message
curl --request POST \
  --url https://your-domain.com/api/chat/inject \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversation_id": "<string>",
  "content": "<string>"
}
'
{}

Body

application/json

Request body for injecting a message into an active agent execution.

conversation_id
string
required
content
string
required

Response

Successful Response

The response is of type Response Inject Message Api Chat Inject Post · object.