v1
latestOpenAPI 3.0.32026-08-0425108247.7 KBMessages
Create a conversation message
Creates a message in a conversation using the authenticated API-key workspace membership as the author.
post/conversations/{conversationId}/messages
Path parameters
conversationIdstring required
Conversation identifier.
Conversation identifier.
Headers
Idempotency-Keystring required
Idempotency key.
Required idempotency key for safely retrying this write.
Request body
Response
Created message.
Example response
{
"data": {
"authorWorkspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p",
"author_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"created_at": "2026-05-14T08:00:00.000Z",
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}