search-docs
Search Mprove documentation pages sourced from https://docs.mprove.io/content/docs/docs-for-ai.mdx. Whitespace-separated query terms are AND-matched (case-insensitive) across cached docs content; returns matching page ids with snippet previews.
Request Body
application/json
Response Body
application/json
Input
{
"query": "string"
}Output
{
"ok": true,
"searchDocsResults": [
{
"pageId": "string",
"snippets": [
"string"
]
}
]
}