v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
Files

Retrieve file information

Retrieves file information for the file identified by the specified token.

get/file/{token}

Headers

Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required

Defines the response type.

x-api-languagestring[]

Defines the languages included in the response. If non are provided, the account default language is returned.

Value all overrides any other values present.

You can request multiple languages using a comma-separated string of languages.

The selected language must be supported by your account or a 400 error is returned.

Response

File information retrieved.

download_linkstring

Download URL for the file.

durationnumber nullable

Duration of the file in seconds, or null for files without a duration (such as images and documents).

filenamestring

Name of the file.

image_heightinteger nullable

Height of the image in pixels, or null when not available.

image_widthinteger nullable

Width of the image in pixels, or null when not available.

mimestring

MIME type of the file.

sizeinteger

Size of the file.

Example response

{
  "download_link": "https://files.au.cr4ce.com/file/AbCdEfGhIjKlMnOp/squirrel-on-log.jpg?Expires=1781485359&Signature=REDACTED&Key-Pair-Id=REDACTED",
  "duration": null,
  "filename": "squirrel-on-log.jpg",
  "image_height": null,
  "image_width": null,
  "metadata": {
    "title": "",
    "caption": "",
    "copyright": "",
    "created": "",
    "city": "",
    "country": "",
    "state": "",
    "camera": "",
    "exposure": "",
    "iso": "",
    "fstop": "",
    "focal_length": "",
    "size": "768 x 574"
  },
  "mime": "image/jpeg",
  "size": 26513,
  "transcoding": []
}