API
API Reference
Explore the Bruxus API endpoints, authentication, and usage examples.
Endpoints Overview
Base URL: https://api.bruxus.com/v1
GET /projects
Retrieve a list of all projects for the authenticated user. Supports pagination and filtering.
POST /projects
Create a new project. Accepts a JSON body with name, description, and optional metadata.
GET /projects/:id
Get detailed information about a specific project by ID.
PUT /projects/:id
Update an existing project. Partial updates are supported.
DELETE /projects/:id
Delete a project and all associated resources. This action is irreversible.
GET /status
Health check endpoint. Returns the current status of the API and its services.
Start integrating
Get your API keys and begin building.
