Model Setup
Connect an OnlyFans model account to your organization and make your first API request.
What you'll need
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.


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

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.


Connection takes 15–30 seconds
Once connected, the model appears with status Connected. Copy the Model ID — you'll need it for API requests.

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


Save your key now

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