Skip to main content
POST
/
v1
/
connect
/
curl
Connect from a cURL export
curl --request POST \
  --url https://api.onlyfanskit.dev/v1/connect/curl \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "curl": "<string>",
  "xBc": "<string>",
  "userId": "<string>",
  "label": "<string>"
}
'
{
  "account": {
    "id": "<string>",
    "ofUserId": "<string>",
    "label": "<string>",
    "state": "<string>",
    "rememberCredentials": true,
    "createdAt": "<string>",
    "lastSeenAt": "<string>"
  },
  "probe": {
    "id": 123,
    "username": "<string>"
  }
}

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

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Body

application/json
curl
string
required

A browser 'Copy as cURL' export including the Cookie header.

Minimum string length: 20
xBc
string

Override the parsed x-bc.

Minimum string length: 8
userId
string

Override the parsed user id.

Pattern: ^\d+$
label
string
Maximum string length: 120
proxy_country
enum<string>

Egress proxy region for the account's traffic.

Available options:
us,
uk

Response

Account connected

account
object
probe
object