GET /files/:id
endpoint with a x-rep-hints-header defining the
required representation format.
pending to success, the representation is ready to download. The status indicates if the representation is available. Available options are success, viewable, pending, or none. Success means you can immediately download the representation, while none indicates the representation can be generated.
Multiple dimensions
Some formats will require thedimensions to be passed in to select a
specific size. This can be achieved by appending the dimensions to the
header.
Multiple representations
Multiple representations can be fetched by chaining the different types in thex-rep-hints-header.
API Response
This API call will result in one or more representations with aurl_template
value that includes a {+asset_path} value.
The
url_template in this response is an opaque URL. This URL format
might change over time and no assumptions should be made about its format
except for the presence of the {+asset_path} variable.