Download a preview background file.

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

Path parameters

Responses

  • 200

    Preview background file downloaded

  • 404

    Preview background file not found

GET /pictures/preview-background-files/{instance_id}.{extension}
curl \
 -X GET http://localhost:8080/api/pictures/preview-background-files/{instance_id}.{extension} \
 -H "Authorization: $API_KEY"