Changelog
Partner API version history.
v2026-04-25
Productions (Verification API) — new
GET /api/v1/productions/{id}— fetch production documentation statusGET /api/v1/productions?performerEmail=— list productions a performer appears in (VIRP right-to-removal lookup)POST /api/v1/productions/{id}/verify-certificate— validate a stored compliance certificateGET /api/v1/productions/revoked-certificates— daily CRL syncGET /.well-known/jwks.json— public JWKS for offline RS256 certificate verification
New webhook events
production.documented— fires when a producer completes documentation (payload includes the issued JWT)production.takedown_requested— fires when a performer submits a removal requestproduction.certificate_renewed— fires on annual certificate renewalproduction.records_inspected— fires when a federal inspector accesses records
v2026-04-22 — Initial public release
Solo Accounts
POST /api/v1/solo-accounts— provision solo creator accountGET /api/v1/solo-accounts/{id}— get account statusPOST /api/v1/solo-accounts/{id}/content— log a content depiction
Talent
POST /api/v1/talent/check— look up prior verification status by email
Collab Scenes (multi-performer)
POST /api/v1/collab-scenes— create a collab scene with magic-link consent flowGET /api/v1/collab-scenes/{id}— fetch scene status and performer progressPOST /api/v1/collab-scenes/{id}/cancel— cancel a pending scenePOST /api/v1/collab-scenes/{id}/extend— sign once, publish to a new partner platformPOST /api/v1/collab-scenes/{id}/publications— register a published content URL
Webhooks
solo_account.created,solo_account.verified,solo_account.suspendedcollab_scene.greenlit,collab_scene.blocked,collab_scene.publication_removedcontent_log.created,content_log.updated,content_log.deleted
Coming soon
GET /api/v1/solo-accounts/{id}/content— list content logs for an accountDELETE /api/v1/solo-accounts/{id}/content/{externalContentId}— remove a log entryPOST /api/v1/productions/lookup-by-hash— resolve hashed performer emails from takedown webhooks- Language SDKs: TypeScript, Python, PHP