Skip to main content
GET
Search documentation

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

Search terms, such as react native install or shopify webhook.

Required string length: 2 - 200
limit
integer
default:5

Maximum sections to return.

Required range: 1 <= x <= 10

Response

Successful response.

query
string
required

The search terms, as received.

total
integer
required

Number of sections returned. 0 means no match, not a failure.

source
enum<string>
required

Which published artifact answered. llms-full is the full docs corpus. llms is the smaller link index, used only when the full corpus is unreachable, and yields shorter excerpts.

Available options:
llms-full,
llms
results
object[]
required
complete
boolean
required