Appearance
Create chat.
POST
/backend/v1/chats
Create a new chat with an LLM.
Accepts two types of request bodies, allowing you to create chats from prompts or prompt templates.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
Successful Response
application/json
JSON
{
"id": "string"
}