cURL
curl --request POST \ --url https://api.example.com/api/search/threads \ --header 'Authorization: Bearer <token>'
{ "thread_id": "<string>" }
Create a new search thread for the authenticated user
Bearer token authentication. Format: 'Bearer '
Successful Response
Pydantic model for the response of the create thread endpoint.
Was this page helpful?