Connect
Connect from a cURL export
Link an account by pasting a browser ‘Copy as cURL’ export. The cookie, x-bc, and user id are parsed from the command; supply them explicitly to override. Requires accounts:write.
POST
Connect from a cURL export
Documentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Body
application/json
A browser 'Copy as cURL' export including the Cookie header.
Minimum string length:
20Override the parsed x-bc.
Minimum string length:
8Override the parsed user id.
Pattern:
^\d+$Maximum string length:
120Egress proxy region for the account's traffic.
Available options:
us, uk Previous
Connect with email + passwordStart an attempt-based login. Returns immediately with an `attempt_id` and `polling_url`; the login runs in the background. Poll `GET /v1/connect/login/{attemptId}` until `state` is `completed_success` (an `account_id` is present) or a challenge state (`needs_otp`, `needs_app_otp`, `needs_email`, `needs_face_otp`). Pass `auth_type: "mobile_app"` to start a QR/mobile session the creator approves on their own device. Requires `accounts:write`.
Next
Connect from a cURL export