Copy
curl -X GET https://api.babysea.ai/api/v1/data/list/image \
-H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
Copy
{
"success": true,
"data": {
"generations": [
{
"generationId": "3ab0e09b-106d-4935-9662-b9f4bc147979",
"status": "succeeded",
"name": "My Journey",
"prompt": "A color film-inspired portrait of a young Korean woman looking to the camera with a shallow depth of field that blurs the surrounding elements, drawing attention to her eyes. The fine grain and cast suggest a high ISO film stock, while the wide aperture lens creates a motion blur effect, enhancing the natural documentary style",
"aspectRatio": "16:9",
"modelProvider": "google/nano-banana",
"outputNumber": 1,
"outputSuccess": 1,
"outputFailed": 0,
"outputImages": [
"https://app.babysea.ai/storage/v1/object/public/image_generation/output/3ab0e09b-106d-4935-9662-b9f4bc147979/tmpuxagjl6y.png"
],
"creditCost": 2,
"createdAt": "2026-01-20T03:59:47.595432",
"isPublic": false,
"predictTime": 8.019095,
"totalTime": 8.044514
},
{
"generationId": "21a7e962-dd6d-4812-a2d7-4ef0b3ee7089",
"status": "succeeded",
"name": "Anime World",
"prompt": "Soft anime style, pastel colors, gentle anime illustration, dreamy anime aesthetics, kawaii style",
"aspectRatio": "match_input_image",
"modelProvider": "google/nano-banana",
"outputNumber": 1,
"outputSuccess": 1,
"outputFailed": 0,
"outputImages": [
"https://app.babysea.ai/storage/v1/object/public/image_generation/output/21a7e962-dd6d-4812-a2d7-4ef0b3ee7089/tmpo4m9tmjh.png"
],
"creditCost": 2,
"createdAt": "2026-01-20T04:00:14.855626",
"isPublic": false,
"predictTime": 8.070097,
"totalTime": 8.295941,
"imageInput": [
"input/12a994fe-f1cf-4785-a21b-44b699c9e02a/user_upload_image_1.png"
]
},
{
"generationId": "a8ea3a4c-5a11-4465-99d2-a2723ed26c2a",
"status": "succeeded",
"name": "Room Design",
"prompt": "Make the sheets in the style of the logo. Make the scene natural",
"aspectRatio": "match_input_image",
"modelProvider": "google/nano-banana",
"outputNumber": 1,
"outputSuccess": 1,
"outputFailed": 0,
"outputImages": [
"https://app.babysea.ai/storage/v1/object/public/image_generation/output/a8ea3a4c-5a11-4465-99d2-a2723ed26c2a/tmpw5cmrx1o.jpeg"
],
"creditCost": 2,
"createdAt": "2026-01-20T04:00:40.991032",
"isPublic": false,
"predictTime": 9.457883,
"totalTime": 9.809377,
"imageInput": [
"input/bb8ced8c-42fc-4e98-b27e-2e0c17968888/user_upload_image_1.png",
"input/bb8ced8c-42fc-4e98-b27e-2e0c17968888/user_upload_image_2.png"
]
}
],
"total": 3,
"limit": 50,
"offset": 0
}
}
Response Schema
Indicates whether the request was successful.
Container object for response data.
Array of image generation objects.
Show properties
Show properties
Unique identifier for the image generation (UUID v4).
Current status of the generation.
User-defined name for the generation.
Text prompt used to generate the image.
Aspect ratio of the generated image.
Identifier of the AI model used for generation.
Total number of images requested for this generation.
Number of images successfully generated.
Number of images that failed to generate.
Array of URLs pointing to the successfully generated images.
Number of credits deducted for this generation.
ISO 8601 timestamp of when the generation was created.
Whether the generated images are publicly accessible.
Model inference time in seconds.
Total processing time in seconds (includes inference and post-processing).
Array of input image paths used for the generation (optional, only present for image-to-image generations).
Total number of image generations owned by the authenticated account.
Maximum number of results returned per request.
Number of results to skip (for pagination).