Response Schema
Indicates whether the request was successful.
Container object for response data.
Account information object.
Credit balance breakdown for the account.
Information about the API key used for this request.
Start with 10 free credits to try all models. No subscription.
curl -X GET https://api.babysea.ai/api/v1/data/account \
-H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
{
"success": true,
"data": {
"account": {
"id": "745de172-0c12-43c0-8f68-6e8802f31477",
"name": "Akira Yuusha",
"email": "[email protected]",
"isPersonalAccount": true,
"pictureUrl": "https://app.babysea.ai/storage/v1/object/public/account_image/745de172-0c12-43c0-8f68-6e8802f31477?v=joj6ObxnjfpEfRfS",
"createdAt": "2026-01-02T04:18:35.706342+00:00"
},
"credits": {
"total": 735,
"free": 10,
"purchased": 1000,
"refunded": 57,
"redeemed": 0,
"bonus": 0,
"affiliate": 0
},
"apiKey": {
"name": "documentation sample",
"prefix": "bye_07235972e",
"createdAt": "2026-01-20T00:20:27.698695"
}
}
}
GET /v1/data/account
curl -X GET https://api.babysea.ai/api/v1/data/account \
-H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
{
"success": true,
"data": {
"account": {
"id": "745de172-0c12-43c0-8f68-6e8802f31477",
"name": "Akira Yuusha",
"email": "[email protected]",
"isPersonalAccount": true,
"pictureUrl": "https://app.babysea.ai/storage/v1/object/public/account_image/745de172-0c12-43c0-8f68-6e8802f31477?v=joj6ObxnjfpEfRfS",
"createdAt": "2026-01-02T04:18:35.706342+00:00"
},
"credits": {
"total": 735,
"free": 10,
"purchased": 1000,
"refunded": 57,
"redeemed": 0,
"bonus": 0,
"affiliate": 0
},
"apiKey": {
"name": "documentation sample",
"prefix": "bye_07235972e",
"createdAt": "2026-01-20T00:20:27.698695"
}
}
}
Show properties
Show properties