Skip to main content
GET
List images

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Query Parameters

limit
integer
default:25

Number of results per page

Required range: 1 <= x <= 100
cursor
string

Base64-encoded pagination cursor

source
enum<string>

Restrict to one asset source.

Available options:
ai,
upload,
oem,
reference,
social_variant
status
enum<string>

Generation status. Omit for finished images; generating or error surfaces placeholder rows for in-flight or failed AI generations.

Available options:
generating,
complete,
error
article_id
string<uuid>

Only images attached to this content item.

tag
string

Only images carrying this tag.

query
string

Substring match on alt text, title, and description.

Response

Paginated list of images

data
object[]
pagination
object
Last modified on September 6, 2026