Skip to main content
POST
Search

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:

"Who founded Anthropic and what is their background?"

explainability
boolean
default:true

Whether to generate explainability for the answer.

Example:

true

return_entities
boolean
default:true

Whether to return the entities identified in the answer.

Example:

true

Response

Successful Response

The answer to the user's input with the reasoning steps and the context that support the answer.

content
string
required

A succinct answer to the user's input in Markdown format.

Example:

"**Altano Energy (Spain)** — Madrid-based, developing renewable energy projects across Spain. Altano secured €60M Series C in 2025 from M&G Investments and Pioneer Point Partners."

explainability
ReasoningSteps · object[] | null
required

A list of reasoning steps to get to that answer.

context
KnowBit · object[]
required

A list of facts that support the answer.

entities
EntityMention · object[] | null
required

Entities identified in the answer.