Create Account
Creates a new account record. Provide the necessary fields in the request body.Example Usage
Authorizations
Supabase API Key (anon or service_role)
Headers
Supabase API Key (anon or service_role)
Body
The ID of the user who owns this account.
"53fd91a2-4321-5678-efgh-0123456789cd"
The OnlyFans username associated with this account.
"creator_account"
The display name of the account.
"Creator Name"
User agent string captured from the extension.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64)..."
Browser cookies captured from the extension.
{ "sess": "...", "auth_id": "..." }
Browser localStorage captured from the extension.
{ "key": "value" }
Browser sessionStorage captured from the extension.
{ "key": "value" }
Unique identifier from the proxy provider.
"ws_proxy_12345"
IP address or hostname of the assigned proxy.
"1.2.3.4"
Port number of the assigned proxy.
8080
Username for proxy authentication.
"proxy_user"
Password for proxy authentication.
"securePassword123"
ISO country code of the proxy.
"US"
Proxy configuration mode.
auto
, manual
, none
"auto"
Whether the proxy configuration is active.
true
User's preferred country code for auto-assignment.
"DE"
Response
Account created successfully
"f7a12b39-1234-5678-abcd-0123456789ab"
The ID of the user who owns this account.
"53fd91a2-4321-5678-efgh-0123456789cd"
The OnlyFans username associated with this account.
"creator_account"
The display name (often same as username initially).
"Creator Name"
"2023-01-15T10:00:00Z"
"2023-02-20T15:30:00Z"
User agent string captured from the extension.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64)..."
Browser cookies captured from the extension.
{ "sess": "...", "auth_id": "..." }
Browser localStorage captured from the extension.
{ "key": "value" }
Browser sessionStorage captured from the extension.
{ "key": "value" }
Unique identifier from the proxy provider (e.g., Webshare ID).
"ws_proxy_12345"
IP address or hostname of the assigned proxy.
"1.2.3.4"
Port number of the assigned proxy.
8080
Username for proxy authentication.
"proxy_user"
ISO country code of the proxy.
"US"
Timestamp when the proxy was assigned.
"2023-09-15T14:32:45Z"
Proxy configuration mode.
auto
, manual
, none
"auto"
Whether the proxy configuration is active.
true
User's preferred country code for auto-assignment.
"DE"