Skip to main content
The Fanvue API gives you and your tools direct access to a creator’s account: chats, posts, media, subscribers, insights, and more. Creators automate routine work, and agencies run operations across every creator they manage, all through OAuth 2.0 (no API keys).
Looking for an API key? Fanvue does not use them. Access is through OAuth 2.0: a user authorizes your app and you receive a short-lived access token, which you send as a Bearer token on each request. The fastest way to prove your access works is the first call. To build a “Login with Fanvue” app, follow the OAuth Quick Start.
You need a Fanvue creator account with completed KYC
Creating apps, managing credentials, and publishing to the App Store is available only to users registered as creators who have completed KYC (identity verification, the check that confirms who you are). Fans do not have access to these areas. If you don’t have a creator account yet, sign up at fanvue.com and complete KYC first.

What you can build

  • Sync subscribers into your CRM, or pull earnings and insights into your own dashboards.
  • Automate fan engagement: draft and send replies, run mass messages to a segment.
  • Manage content programmatically: create, schedule, and pin posts; upload and grant media.
  • Agencies: do all of the above across every creator you manage, from one connection.
Prefer no code? Connect the MCP copilot and drive your account from Claude in plain language.

How it works

Users authorize your app through OAuth 2.0 and you receive a time-limited access token (a Bearer token) to call the API on their behalf. You only get the scopes the user grants. See Authentication for the full flow.

Start here

Make Your First Call

One authenticated request in five minutes.

OAuth App Quick Start

Build a working app from the starter template.

New to APIs?

Plain-language primer on the core concepts.