Base URL
The API base URL is the same as the URL you use to login to Omni. For example, if you log in usinghttps://blobsrus.omniapp.co, your base URL will be https://blobsrus.omniapp.co/api.
Only HTTPS calls are accepted.
Available endpoints
| Entity | Resource | Version |
|---|---|---|
| AI | /api/v1/ai | v1 |
| Connections | /api/v1/connections | v1 |
| Connection environments | /api/v1/connection-environments | v1 |
| Content migration | /api/unstable/documents/:dashboardId/export/api/unstable/documents/:dashboardId/import | beta |
| Documents | /api/v1/documents | v1 |
| Document permissions | /api/v1/documents/:documentId/permissions | v1 |
| Folders | /api/v1/folders | v1 |
| Folder permissions | /api/v1/folders/:folderId/permissions | v1 |
| Models | /api/v1/models | v1 |
| Model YAML | /api/unstable/models/:modelId/yaml | beta |
| Queries | /api/v1/query/run | v1 |
| Schedules | /api/v1/schedules | v1 |
| Topics | /api/v1/models/:modelId/topics | v1 |
| Users | /scim/v2/users | SCIM 2.0 |
| User groups | /scim/v2/groups | SCIM 2.0 |