Connect
Connect from a browser cookie
Link an OnlyFans account from credentials already extracted from a logged-in browser session. The session is validated against /users/me through a proxy, sealed, and a new account id is returned. Requires accounts:write.
POST
Connect from a browser cookie
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
Full Cookie header from a logged-in session.
Minimum string length:
20The x-bc value from the browser session.
Minimum string length:
8Numeric OnlyFans user id; must match the cookie owner.
Pattern:
^\d+$Maximum string length:
120Egress proxy region for the account's traffic.
Available options:
us, uk Previous
Connect from a cURL exportLink 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`.
Next
Connect from a browser cookie