-
1Create a key
-
2Store it on your server
-
3Resolve an order
-
4Download the files
bash
curl --request GET 'https://tringify-custom-products.developers-c8a.workers.dev/api/v1/orders/by-id/ORDER_ID/production-files' \
--header 'Authorization: Bearer cpk_live_YOUR_KEY'
A response with 409 PRODUCTION_FILES_NOT_READY means the order is known but the final files are not ready yet. Retry the same read after your own backoff; do not create another order or key.