Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request body for creating a new conversation.
Name for the conversation.
Response
200 - application/json
Created conversation
The conversation
object represents a conversation with an AI agent.
The object type, which is always conversation
.
Available options:
conversation
The conversation identifier, which can be referenced in the API endpoints.
The ISO string for when the conversation was created.
The ISO string for when the conversation was last updated.
The name of the conversation.