Messages
Send Message (Async)
Sends a new message to an existing chat and processes it in the background. Returns immediately with the assistant message ID. Poll GET /chats/:chatId/messages/:messageId and check finishReason to detect completion.
post/chats/{chatId}/messages/async
Path parameters
chatIdstring required
The unique identifier of the chat.
Request body
Response
Acknowledgement that an async message has been queued.