BBB Studio
API ONLINE

— api.bbb-studio.com

This is an
API endpoint.
Not a website.

You've reached the backend service layer of BBB Studio.
If you're not a developer integrating this API,
there's probably nothing interesting here for you.

99.9%

Uptime SLA

<80ms

Avg. Latency

REST

Architecture

TLS

Encrypted

bash — api.bbb-studio.com
$ curl https://api.bbb-studio.com/
# ← you just did this
{
  "status": "ok",
  "message": "welcome, stranger",
  "version": "1.0.0"
}
$

— available routes

GET /health service status
POST /auth/token authentication
GET /v1/projects list projects
POST /v1/projects create project
PUT /v1/projects/:id update project
DEL /v1/projects/:id remove project