Skip to main content
POST
Generate image URL
Generates a signed, shareable URL for an image. The URL can be used to access the image without authentication.
  • Returns a signed URL string that can be shared publicly
  • Signed URLs provide temporary access without requiring authentication
  • URLs expire after a certain period (check API documentation for expiration time)
  • Collection ID must be passed as a parameter with the request

Get Image Details

Retrieve image information before generating URL

List Images

Browse available images

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"

Body

application/json
format
enum<string>
Available options:
jpg,
png,
webp
Example:

"jpg"

quality
integer
Required range: 1 <= x <= 100
Example:

90

width
integer
Example:

1024

height
integer
Example:

768

Response

200 - application/json

Image URL generated

success
boolean
Example:

true

data
object