Skip to main content
POST
Search claims
Use this endpoint for fuzzy, concept-based queries like “What are the user’s favorite genres?” or “Has the user complained before?”

Request body

string
required
Natural language query. Keep it conversational — don’t include IDs.
integer
default:"10"
Number of results to return.
number
default:"0.7"
Minimum similarity threshold (0.01.0).

Example request

Response

Returns an array of ClaimResponse objects with the similarity field populated.
Keep the query_text natural. Don’t include IDs in the string — filter the results in your application code instead.