Quickstart

Create a key and retrieve the final files for one order.

  1. 1
    Create a key
  2. 2
    Store it on your server
  3. 3
    Resolve an order
  4. 4
    Download 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.