Model Setup

Connect an OnlyFans model account to your organization and make your first API request.

What you'll need

An OnlyFans creator account (email + password) and a dashboard account. The setup takes about 2 minutes.

Step 1 — Create an Organization

Navigate to Organizations in the sidebar. Click New Organization and give it a name that identifies your project or client.

Organizations page with New Organization button highlighted
New Organization form with name field

After creating, the organization appears in your list. You start on the Free plan with 100 credits.

Organization list showing newly created organization

Step 2 — Connect a Model

Navigate to Models in the sidebar. Click Connect model and enter the OnlyFans account credentials for the creator you want to connect.

Models page with Connect model button highlighted
Connect Model form with email and password fields

Connection takes 15–30 seconds

The gateway uses browser automation to log in and capture the session. Do not close the dialog while it is connecting.

Once connected, the model appears with status Connected. Copy the Model ID — you'll need it for API requests.

Models list showing connected model with Connected status

Step 3 — Create an API Key

Navigate to API Keys and click Create key. Give it a descriptive name such as "Production" or "Development".

API Keys page with Create key button highlighted
Create API Key form with name field

Save your key now

The full key is only shown once at creation time. Copy it and store it securely before closing the dialog.
API Key Created modal showing the new key with Copy button

Step 4 — Make Your First Request

Use your API key in the X-API-Key header to call any proxy endpoint. Replace {model_id} with the Model ID from Step 2.

First request
curl "https://api.onlyfans-api.ai/api/models/{model_id}/users/me" \
  -H "X-API-Key: sk_live_your_key_here"

Or use the Playground in the dashboard to send requests directly from your browser without writing any code.

Playground page with endpoint selected and Send button