GET
/
assets
/
{id}
/
versions
/
{versionId}
/
download
curl --request GET \
  --url https://api.posta.co/assets/{id}/versions/{versionId}/download \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The unique identifier of the Asset. Format: 'ast_' followed by alphanumeric string.

versionId
string
required

The unique identifier of the Asset Version. Format: 'astv_' followed by alphanumeric string.

Response

302
_mintlify/placeholder

The URL of the requested resource has been changed temporarily. The new URL is given in the response.