Skip to main content

Method

GET /v1/gallery/files/:id

Path Parameters

uuid
required
Gallery file ID.

Query Parameters

string
Preferred locale for alt/description (en, fr, etc.). Defaults to workspace default.
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
required
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)

Request Example

Response

uuid
Unique file identifier.
uuid
Workspace the file belongs to.
string
Full storage path including workspace prefix.
string
Original filename as uploaded.
integer
File size in bytes.
string
MIME type of the file.
string
cf-images, stream, or r2.
uuid | null
Folder ID, or null if in root.
string
Processing status: pending, processing, completed, failed.
object
File metadata including localized alt text and description.
object
CDN URLs for accessing the file.
To download the actual file bytes, use the Download File endpoint instead.