Skip to main content
POST
Query

Authorizations

X-API-KEY
string
header
required

Body

application/json
input
string
required

Natural language question or Dot-Notation Syntax (e.g. "companies.industry=fintech.founded_year>=2020"). Dot-Notation Syntax is not a strict grammar — there is no syntax to get wrong. An empty or fallback result means no match, not a syntax error.

Example:

"companies.industry=fintech.founded_year>=2020"

return_entities
boolean
default:true

Whether to return the entities identified in the query response.

Example:

true

Response

Successful Response

Response in case of a successful structured query.

results
Results · object[]
required

A list of structured results for the query. Shape and schema will be determined by the query.

Example:
entities
EntityMention · object[] | null
required

Entities identified in the query response.