Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

type
enum<string>
required
Available options:
text,
image,
audio,
video,
voice,
three_d,
rich_text
ids
string | null

Response

Successful Response

id
string<uuid>
required

The id of the asset.

type
enum<string>
required

The type of the asset.

Available options:
text,
image,
audio,
video,
voice,
three_d,
rich_text
name
string
required

Name of the asset. Default to user-provided file name.

created_at
string
required

Date the asset was created.

asset
UploadedImage · object
required

The asset itself.

thumbnail_url
string | null

URL of the thumbnail image.

description
string | null

Optional description of the asset.

is_favorite
boolean
default:false

Whether the asset is favorited by the user.

recent
boolean
default:false

Whether this asset was recently used by the user.

favorited_at
string | null

Date the asset was favorited.