Skip to main content
POST
Query a customer

Authorizations

Authorization
string
header
required

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

Body

application/json
customer_id
string
required

The Customer ID to query from

query
string
required

The input text used to find similar matches

top_k
integer
default:5

Number of matches to return

include_llm
boolean
default:true

Whether to include the LLM response in the response

Response

Successful query response

results
object
required
usage
object
required