Skip to main content
POST
Core - Search documentation

Authorizations

Authorization
string
header
required

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

Body

application/json
query
string
required

Free-text query to search the documentation for.

limit
integer<int32>

Maximum number of results to return (1-50). Defaults to 10.

score_threshold
number<double>

Minimum relevance score (0-1). Defaults to 0.6.

Response

200 - application/json

OK

results
object[]
required

Documentation pages matching the query, ordered by relevance.