Skip to main content

Authentication

All requests must include an Authorization: Bearer <api_key> header. Generate your API key from the Dashboard.
Authorization: Bearer bye_...

Base URL

RegionURL
UShttps://api.us.babysea.ai/v1
EUhttps://api.eu.babysea.ai/v1

Response envelope

Every successful response shares the same wrapper:
{
  "status": "success",
  "request_id": "uuid-v4",
  "message": "...",
  "timestamp": "2026-02-20T00:00:00.000Z",
  "data": { ... }
}