Inject AI Message
POST/calls
To inject a message into an existing AI call conversation, you send a POST request to the Call resource with a payload including a calling.ai_message command, the call ID, and message details. Messages can be injected as system instructions, user messages, or assistant responses.
Request
Responses
- 200
- 401
- 404
- 422
- 500
The request has succeeded.
Access is unauthorized.
The server cannot find the requested resource.
Client error
Server error