API Reference
Build integrations with the Braincuber REST API.
Authentication
All API requests require authentication using an API key. Include your key in the request header:
Authorization: Bearer your_api_key_hereYou can generate API keys from your Dashboard → API Keys.
Base URL
https://api.braincuber.comEndpoints
GET
/api/v1/serversList all servers in your account
POST
/api/v1/serversCreate a new server
GET
/api/v1/servers/{id}Get server details
DELETE
/api/v1/servers/{id}Delete a server
GET
/api/v1/instancesList all Odoo instances
POST
/api/v1/instancesDeploy a new Odoo instance
POST
/api/v1/backupsCreate a backup
POST
/api/v1/backups/{id}/restoreRestore from a backup
Need more details?
Check out our comprehensive API documentation with request/response examples.
View Full Documentation