Get preview background file

GET /pictures/preview-background-files/{instance_id}.{extension}

Download a preview background file.

Path parameters

  • instance_id string(uuid) Required

    Preview background file unique identifier

  • extension string Required

    File extension

Responses

  • 200 image/vnd.radiance

    Preview background file downloaded

GET /pictures/preview-background-files/{instance_id}.{extension}
curl \
 --request GET 'http://api.example.com/pictures/preview-background-files/a24a6ea4-ce75-4665-a070-57453082c25.hdr' \
 --header "Authorization: $API_KEY"