Skip to main content
POST
/
api
/
search
/
threads
Create new thread
curl --request POST \
  --url https://api.example.com/api/search/threads \
  --header 'Authorization: Bearer <token>'
{
  "thread_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

Pydantic model for the response of the create thread endpoint.

thread_id
string
required