Skip to main content
All Octavia AI CMS API requests should be sent to the following base URL:
https://api.octaviatech.app/cms
This base URL serves as the root for all API endpoints — for example:
GET https://api.octaviatech.app/cms/articles/getAll
POST https://api.octaviatech.app/cms/articles/create
Always combine the base URL with the specific endpoint path listed in this documentation. The API uses secure HTTPS connections only — plain HTTP requests are not supported.

Environment

Currently, only the production environment is available. All requests must target the production base URL above.
Sandbox and staging environments will be introduced in future releases.