Skip to content

List series previews

GET
/collection/{highlightId}/previews

List sample artwork for a series collection, resolved from its uploaded assets. Returns an empty list for non-series collections or when assets are not ready. Available for public collections without authentication.

highlightId
required
string format: uuid
/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/
limit
integer
> 0 <= 50

Series previews

object
items
required
Array<object>
object
metadataId
required
integer
> 0 <= 9007199254740991
name
required
Any of:
string
description
required
Any of:
string
imageUrl
required
Any of:
string
animationUrl
required
Any of:
string
attributes
required
Array<object>
object
traitType
required
string
value
required
Any of:
string

Forbidden

Not found