Connect OnlyFans Account
Start Authentication
Start the authentication process for a new account. Supports three methods: email/password (default), cookies & headers (raw_data), or FansAPI Auth+ mobile app (mobile_app). For email/password, our systems will bypass Captcha and ask you for 2FA if required. For raw_data, provide session cookies directly for instant authentication. For mobile_app, the response includes a mobile_auth_session_deeplink that the creator opens on their phone (or scans as a QR code) to complete authentication via the FansAPI Auth+ mobile app. All credentials are stored securely and encrypted at rest.
post/api/authenticate
Request body
Example request
{
"auth_type": "raw_data",
"name": "fugit",
"email": "colleen06@example.com",
"password": ":#5q4Bm}|0#Qr%11",
"auth_id": "unde",
"cookies": "quas",
"xbc": "ut",
"user_agent": "delectus",
"proxyCountry": "uk",
"customProxy": {
"host": "proxy.example.com",
"port": 8080,
"username": "excepturi",
"password": "kUs%4~:w^=4XptWD]D"
},
"force_connect": true
}Response
Example response
{
"attempt_id": "auth_XXXXXXXXXXXXXXXXXXXXX",
"message": "Authentication process started. Query the polling_url to check the progress.",
"polling_url": "https://app.onlyfansapi.com/api/authenticate/auth_XXXXXXXXXXXXXXXXXXXXX"
}