v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBQuickstart
Provision Docs Search
One-call provisioning of a complete documentation search pipeline. Creates a namespace, bucket, web crawl collection, retriever with semantic + code search, publishes it, and generates a scoped API key. Returns everything needed to embed the search widget.
post/v1/quickstart/docs-search
Request body
Example request
{
"site_url": "https://docs.example.com",
"site_name": "Example Docs",
"include_patterns": [
"/docs/.*",
"/api/.*"
],
"exclude_patterns": [
"*/changelog/*",
"*/blog/*"
]
}Response
Successful Response