GET
/
v0
/
catalogs
/
download
/
{download_id}
curl --request GET \
  --url https://api.pixxel.space/v0/catalogs/download/{download_id} \
  --header 'Authorization: <api-key>'
{
  "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
  "signed_url": "http://signed_url_link",
  "status": "success"
}

Authorizations

Authorization
string
header
required

Path Parameters

download_id
string
required

Download ID

Response

200
application/json
OK
id
string
Example:

"47435e2b-d8c4-41ff-9de9-2be3bfc92276"

signed_url
string
Example:

"http://signed_url_link"

status
enum<string>
Available options:
success,
created,
failed,
in_progress
Example:

"success"