Download card art
Return the card art image itself, ready to be rendered by a browser. The response body is the raw image and the Content-Type header reflects the stored asset.
This is the endpoint that a token’s card_art_url attribute points at. Use that URL as it is given to you — the {id} in the path is the ID of the card art, not of the token, so the URL cannot be constructed from a token ID.
This endpoint takes no API key, so the URL can be used directly as the src of an
image element in your storefront. The URL contains an unguessable identifier and the
response carries the image only — no token attributes and no cardholder data.
Path Parameters
The ID of the card art, taken from the token's card_art_url
Response
Success response
The response is of type file.