How it works
- Start with an isolated keyless Test Mode session, a scoped Test API key, or a Live API key.
- Send a canonical order with prepared assets, or render a published template into ordinary prepared artwork first.
- Preview compatibility and create an immutable quote.
- Submit the matching order with an idempotency key.
- Track the resulting Batch Relay order while the enabled provider fulfills it.
What Batch Relay does not do
Batch Relay does not make a template mandatory. If you already have flattened artwork for a standard print, submit the ordinary prepared-media order. Templates are an optional preparation path that produces normal print artwork; they do not create a separate fulfillment product. The managed-ingestion route accepts either an external URL or an existingasset_id. URL input is copied into Batch Relay’s private temporary fulfillment
storage; asset_id input reuses already-managed bytes without copying them.
Template image slots use stable asset_id references, not arbitrary URLs.
Print-order assets use the same source union: provide exactly one external
HTTPS url or authorized asset_id. URL bytes are copied and frozen with the
quote; asset_id bytes are reused in place. See Managed assets
for ownership and retention behavior.