Skip to main content
GET
List Files

Authorizations

x-api-key
string
header
required

Query Parameters

variant
enum<string>
default:all

An array of file types you want to list, if not selected, all types will be listed.

Available options:
all,
uploaded,
generated
mimeTypes
enum<string>[]

An array of file MIME types you want to list, if not selected, all types will be listed.

Available options:
image/png,
image/jpeg,
image/webp,
video/quicktime,
video/mp4,
audio/mp3,
audio/wav,
audio/x-wav,
audio/mpeg
offset
number
required
Required range: x >= 0
limit
number
required
Required range: 3 <= x <= 24

Response

Response for status 200

hasNextPage
boolean
required
files
object[]
required
Last modified on July 30, 2026