Skip to content

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"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: