Skip to main content
Complete reference of all available API endpoints for the BabySea AI image generation platform.

Base URL

All API requests should be made to:
https://api.babysea.ai/api/v1

Available endpoints

All endpoints require authentication using a valid API Token in the Authorization header with Bearer token format.
GET /v1/status
endpoint
Verify the API is operational and check your connectivity.
GET /v1/data/account
endpoint
Retrieve your account details including credit balance, email, and account ID.
GET /v1/data/list/image
endpoint
Retrieve a paginated list of all your generated images.
GET /v1/image-generation/:generationId
endpoint
Retrieve the current status and details of a specific image generation. Poll this endpoint to check if your generation is complete.
POST /v1/image-generation/:modelIdentifier
endpoint
Generate images.

Request format

All requests must include:
  • Base URL https://api.babysea.ai/api/v1
  • Authentication Authorization: Bearer YOUR_API_TOKEN
  • Content-Type (for POST requests) application/json

Rate limits

API requests are rate limited per account. See the webhooks page for detailed rate limit information for each endpoint.