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
Indicates whether the request was successful.
Human-readable status message confirming the connection.
Container object for connection verification data.
Unique account identifier (UUID v4).
Unique API key identifier (UUID v4).
User-defined name for the API key.
ISO 8601 timestamp of when the request was processed.