v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBFiles
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.
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": []
}