Skip to main content

Method

GET /v1/gallery/files

Query Parameters

uuid
Filter to a specific folder (omit to include all files).
integer
1-based page index (default 1).
integer
Items per page (1100, default 50).
string
all | image | video | document | audio (default all).
string
created_at | updated_at | name | size (default created_at).
string
asc or desc (default desc).
Full-text search across name, translations, and tags.
string
Filter by tag substring.
string
Preferred locale for alt/description (en, fr, etc.).
string
Locale used when the preferred locale has no translation.
string
Set to 1 to include translation maps and supported languages in metadata.

Headers

string
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)

Request Example

Response

array
Array of file objects.
integer
Total number of files matching the query.
integer
Current page number.
integer
Number of items per page.
boolean
Whether more pages are available.
Link to the current page.
Link to the next page, or null if on the last page.
Link to the previous page, or null if on the first page.