v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
AI

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

questionstring required

A natural language question about Omni features, configuration, modeling, dashboards, or other topics covered in the Omni documentation.

Example request

{
  "question": "How do I create a dashboard filter?"
}

Response

Documentation search completed successfully. Returns a synthesized answer with source links.

answerstring required

A synthesized answer to the question, based on the Omni documentation.

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"
    }
  ]
}