latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

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).

<Info>Access is limited to approved partner applications. Contact Fanvue to have your application enabled for creator onboarding. Requests are additionally capped per application per day.</Info>

post/onboarding/creators

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

emailstring email required

Email address for the new creator account

passwordstring

Password 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.

handlestring

Fanvue handle for the new creator. When omitted, a unique handle is generated.

displayNamestring

Display name for the new creator. Defaults to a name derived from the handle.

bankingCountrystring required

Payout country of the creator (ISO 3166-1 alpha-2, e.g. GB)

contentType'GENERAL' | 'NSFW'

Content category for the new creator

isAiCreatorboolean

Whether this is an AI creator

subscriptionPriceinteger required

Monthly subscription price in USD cents (399-10000)

Response

Creator signup created with a pending verification session

uuidstring required

UUID of the newly created creator

handlestring required

Handle of the newly created creator

displayNamestring required

Display name of the newly created creator

emailstring required

Email address of the newly created creator

kycUrlstring nullable required

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.