Skip to main content
GET
Search and browse assets

Authorizations

Authorization
string
header
required

An API key: ab_...

Query Parameters

q
string

Every word must match, each as a prefix

tag
string[]

Repeat; assets carrying every tag

type
enum<string>[]

Repeat; assets of any of these types

Available options:
image,
video,
audio,
font,
document,
other
collection
string

Only this collection: its id, or its name

status
enum<string>[]

Repeat; assets in any of these states. Without it, approved (active) and unexpired ones

Available options:
draft,
proposed,
active,
expired,
archived,
rejected,
deleted
review
enum<string>

true: proposed assets and assets with suggested tags, whatever status says

Available options:
true,
false
limit
integer
default:100

Page size

Required range: 1 <= x <= 200
offset
integer
default:0

Skip this many

Required range: x >= 0

Response

Matching assets, with facet counts

data
object[]
required
total
integer
required

Every match; page through with offset and limit

Required range: -9007199254740991 <= x <= 9007199254740991
facets
object
required