Thanks to visit codestin.com
Credit goes to busabase.com

Busabase
OpenAPI Reference

OpenAPI Reference

Browse the complete Busabase REST API, generated directly from the live oRPC contracts.

Choose an API group in the documentation sidebar to inspect its endpoints, request parameters, response schemas, and examples.

The reference is generated from the same contract that serves /api/v1/openapi.json, so the documentation and API stay synchronized.

Authentication

Protected endpoints use an API key as a Bearer token:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://busabase.com/api/v1/auth

Workbench endpoints are space-scoped. Send x-busabase-space when your account belongs to more than one space.

See also: API Tokens · REST API · OpenAPI JSON

On this page