v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBAI
Search Omni documentation
Search the Omni documentation using AI to answer questions about Omni features, configuration, modeling, dashboards, and more. Sends a natural language question and returns a synthesized answer with source links to the relevant documentation pages.
post/api/v1/ai/search-omni-docs
Request body
Example request
{
"question": "How do I create a dashboard filter?"
}Response
Documentation search completed successfully. Returns a synthesized answer with source links.
Example response
{
"answer": "To create a dashboard filter, navigate to your dashboard and click the \"Add Filter\" button...",
"sources": [
{
"title": "Dashboard Filters",
"url": "https://docs.omni.co/docs/dashboards/filters"
}
]
}