Method
GET /v1/gallery/files/:id
Path Parameters
Gallery file ID.
Query Parameters
Preferred locale for alt/description (
en, fr, etc.). Defaults to workspace default.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
Unique file identifier.
Workspace the file belongs to.
Full storage path including workspace prefix.
Original filename as uploaded.
File size in bytes.
MIME type of the file.
cf-images, stream, or r2.Folder ID, or
null if in root.Processing status:
pending, processing, completed, failed.File metadata including localized alt text and description.
CDN URLs for accessing the file.
To download the actual file bytes, use the Download File endpoint instead.