Skip to main content
GET
Get image details
Retrieves detailed information about a specific image including its name, URL, and collection association.
  • Requires the collection_id parameter to be passed with the request
  • Returns an Image object with properties: id, name, url, and collection_id
  • Image ID must be valid and belong to the specified collection

List All Images

Get all images in your collection

Generate URL

Create a shareable signed URL for the image

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

image_id
string
required
Pattern: ^img-
Example:

"img-12345"

Query Parameters

collection_id
string
Example:

"default"

Response

200 - application/json

Image details

success
boolean
Example:

true

data
object