Skip to main content
Verify the API is operational and check your connectivity.
curl -X GET https://api.babysea.ai/api/v1/status \
  -H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
{
  "success": true,
  "message": "API connection successful",
  "data": {
    "accountId": "745de172-0c12-43c0-8f68-6e8802f31477",
    "apiKeyId": "b5f251d7-fb19-40ac-b61a-b5a648404150",
    "apiKeyName": "documentation sample",
    "timestamp": "2026-01-20T00:20:58.360Z"
  }
}

Response Schema

success
boolean
Indicates whether the request was successful.
message
string
Human-readable status message confirming the connection.
data
object
Container object for connection verification data.