Base URL
All API requests should be made to:Available endpoints
All endpoints require authentication using a valid API Token in the
Authorization header with Bearer token format.Verify the API is operational and check your connectivity.
Retrieve your account details including credit balance, email, and account ID.
Retrieve a paginated list of all your generated images.
Retrieve the current status and details of a specific image generation. Poll this endpoint to check if your generation is complete.
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