Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Body

application/json
chat_id
string
required

Unique id of the chat to create completion.

Example:

"oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD"

content
string
required

user message to generate agent chat completion.

Example:

"hi how are you doing?"

Response

Successfully created chat completion.

messages
object[]
required

New messages generated by the agent during this completion, including any tool call invocations and their results. Does not include the original input messages.