Skip to main content
POST
Create or reopen a chat thread.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

application/json
targetType
enum<string>
required

Participant type used to resolve the target thread.

Available options:
USER,
GROUP
Example:

"USER"

targetId
string
required

User id or group id resolved from targetType.

Example:

"11111111-1111-4111-8111-111111111111"

title
string

Optional operator-defined thread title override.

Maximum string length: 256
Example:

"Quarterly planning"

Response

200

OK.

Last modified on September 5, 2026