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_here

You can generate API keys from your Dashboard → API Keys.

Base URL

https://api.braincuber.com

Endpoints

GET/api/v1/servers

List all servers in your account

POST/api/v1/servers

Create a new server

GET/api/v1/servers/{id}

Get server details

DELETE/api/v1/servers/{id}

Delete a server

GET/api/v1/instances

List all Odoo instances

POST/api/v1/instances

Deploy a new Odoo instance

POST/api/v1/backups

Create a backup

POST/api/v1/backups/{id}/restore

Restore from a backup

Need more details?

Check out our comprehensive API documentation with request/response examples.

View Full Documentation