Scoped keys
Per project, teammate, or creator.
Fanvue API features go beyond a simple wrapper: it is a complete development platform for teams shipping serious Fanvue tools, with the surface area of a real product, not a wrapper.
Every request, webhook and job across every connected creator - filterable, searchable, replayable.
# One key. Every endpoint.
curl https://api.apifanvue.com/v1/subscribers \
-H "Authorization: Bearer sk_live_a1b2c3..." \
-H "X-Fanvue-Account: acc_creator_xyz"
# { "data": [ { "id": "fan_9821", "spent": 4820, "status": "active" } ], "has_more": true }Create scoped API keys, test any endpoint in the browser, then paste a working snippet into your stack in TypeScript, Python, Go, PHP or cURL.
Per project, teammate, or creator.
Run any endpoint from the browser.
TS, Python, Go, PHP and cURL.
Set hard limits per key.
Realtime events fire the moment something happens on a connected Fanvue creator, signed and retried until delivered.
{
"event": "ppv.purchased",
"account_id": "acc_creator_xyz",
"fan_id": "fan_9821",
"amount": 25,
"currency": "USD",
"message_id": "msg_44210",
"occurred_at": "2024-05-02T14:22:03Z"
}Get API keys, docs and MCP access in one click. Free trial, no credit card.