POST
/
v1
/
query
/
search
/
{docset_id}
{
  "results": [
    "<any>"
  ],
  "query_embedding": [
    123
  ],
  "next_page_token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

docset_id
string
required

The ID of the docset to query.

Query Parameters

page_size
integer
default:100

The number of results to return per page.

page_token
string | null

Reserved for future use. A pagination token to retrieve the next page of results.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.