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

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

use_case_id
string
required

Response

Successful Response

Pydantic model for the response of the create thread endpoint.

thread_id
string
required