Onboard a creator
Create a pre-filled Fanvue creator signup from the supplied details.
The account is provisioned with the given banking country, content category and subscription price already completed, and a pending identity-verification (KYC) session is started for it. The response includes kycUrl, the hosted verification link: give it to the creator so they can complete verification. Verification is performed entirely by Fanvue’s verification provider — this API only initiates the session and never sees or influences the verification itself. A verification email is sent to the creator’s address as part of signup.
The account is not yet an active creator: it becomes active once the creator passes verification and completes profile setup in the standard Fanvue onboarding flow (which is also where they land on first login if the link is lost).
write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Body
Email address for the new creator account
Payout country of the creator (ISO 3166-1 alpha-2, e.g. GB)
^[A-Z]{2}$Monthly subscription price in USD cents (399-10000)
399 <= x <= 10000Password for the new account (9-30 characters, at least one uppercase letter, one lowercase letter and one number). When omitted, an unguessable random password is generated; the creator can gain access via the standard password-reset flow.
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{9,30}$Fanvue handle for the new creator. When omitted, a unique handle is generated.
Display name for the new creator. Defaults to a name derived from the handle.
1 - 50Content category for the new creator
GENERAL, NSFW Whether this is an AI creator
Response
Creator signup created with a pending verification session
UUID of the newly created creator
Handle of the newly created creator
Display name of the newly created creator
Email address of the newly created creator
Hosted identity-verification URL. Give this link to the creator so they can complete KYC; verification is performed entirely by Fanvue's verification provider. Null when a verification session could not be started — the creator can still verify by logging in to Fanvue.