Returns x402 payment requirements for the creator subscription flow.
VideoSync already exposes x402-compatible payment flows for subscription unlocks, API access unlocks, and delivery HD unlocks. This page explains the currently implemented endpoints, the payment flow, and how to adapt them into marketplace-ready asset APIs.
Returns x402 payment requirements for the creator subscription flow.
Accepts the signed X-Payment payload and activates the paid subscription.
Returns x402 payment requirements for API access tiers.
Settles API tier payment and unlocks the selected key tier.
Returns the HD-unlock price and payment requirements for a delivery preview page.
Settles the delivery unlock payment and returns 30-day HD access metadata.
Content-Type: application/json X-Payment: <signed x402 payload>
GET /delivery/:id/unlock-spec POST /delivery/:id/unlock GET /api/subscribe/unlock-spec POST /api/subscribe/unlock
These are the most marketplace-friendly next steps because they have clean per-call economics and don’t require exposing the entire editing studio at once.