Search

Search documentation

Semantic search across your published documentation. Search requests do not consume Ask AI credits. Authenticate with a Velu API key.

POST/v1/search

Authorizations

BearerAuthorizationstringrequiredheader
Create a key in the dashboard under Settings → API keys. Send it as a Bearer token.

Body

querystringrequired
The search query to run against your documentation.
page_sizeinteger
languagestring
Language code filter, for example `en`.
score_thresholdnumber
Minimum relevance score. Results below this threshold are omitted.

Response

200application/json

Search results.

resultsobject[]
401application/json

Missing or invalid API key.

error_codestring
messagestring
Was this page helpful?