Method
GET /v1/gallery/files
Query Parameters
Filter to a specific folder (omit to include all files).
1-based page index (default
1).Items per page (
1–100, default 50).all | image | video | document | audio (default all).created_at | updated_at | name | size (default created_at).asc or desc (default desc).Full-text search across name, translations, and tags.
Filter by tag substring.
Preferred locale for alt/description (
en, fr, etc.).Locale used when the preferred locale has no translation.
Set to
1 to include translation maps and supported languages in metadata.Headers
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Request Example
Response
Array of file objects.
Total number of files matching the query.
Current page number.
Number of items per page.
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.