Create a collection
Creates a collection and returns it immediately in deploying status with its unique address. Provisioning completes asynchronously; the status becomes active once the collection is ready to use.
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Body
Human-readable collection name.
1 - 256"Example Collection"
Short collection symbol (max 4 chars). Derived from name when omitted.
1 - 4"EXMP"
Your own mapping to this collection (SKU / concept id).
1 - 256"collection-001"
Identifier of the network to create the collection on. Defaults to your organization's configured network; send a value only to override it where enabled for your organization.
84532
Tap redirect URL for this collection's units. Omit or null for none; unit- and product-level redirects still take precedence.
"https://brand.example/p"
Response
Created collection. contract.status is usually deploying, and may be failed if provisioning could not be queued.

