Skip to main content
GET
List images
Retrieves all images in a collection. Returns a list of image objects with metadata like name, URL, and ID.
  • Returns all images in the collection specified by the collection_id parameter
  • Image IDs have an i- prefix (e.g., i-a1b2c3d4)
  • Each image has properties: id, collection_id, name, and url

Collection Guide

Learn how to organize images in collections

Get Image Details

Retrieve a specific image

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Query Parameters

collection_id
string
Example:

"default"

Response

200 - application/json

List of images

success
boolean
Example:

true

data
object