Skip to main content
GET
List or search assets

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Query Parameters

websiteId
string
required
Minimum string length: 1
kind
enum<string>
Available options:
image,
file
category
enum<string>

Only images with this category.

Available options:
logo,
icon,
photo,
illustration,
screenshot,
graphic,
background,
other
type
enum<string>

Broad file type derived from the MIME type: image, video, audio, font, or document (everything else). Combines with kind, category, and search.

Available options:
image,
video,
audio,
font,
document

Matches filename, description, and category; each term matches as a prefix.

Required string length: 1 - 200
cursor
string
limit
integer
default:50
Required range: 1 <= x <= 100

Response

One page of ready assets, newest first.

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.