Skip to main content
Retrieve a paginated list of all your generated images.
curl -X GET https://api.babysea.ai/api/v1/data/list/image \
  -H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
{
  "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

success
boolean
Indicates whether the request was successful.
data
object
Container object for response data.
data.generations
array
Array of image generation objects.
data.total
integer
Total number of image generations owned by the authenticated account.
data.limit
integer
Maximum number of results returned per request.
data.offset
integer
Number of results to skip (for pagination).