Connect OnlyFans Account
Start Authentication
Start the authentication process for a new account. Our systems will bypass Captcha and also ask you for 2FA code if required. All credentials are stored securely using bcrypt and only used during login.
post/api/authenticate
Request body
Example request
{
"email": "jalyn75@example.net",
"password": "vXIA}fx5Ek:",
"proxyCountry": "pl"
}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"
}