Get Started πŸ‘‹

Standard authentication values you must always pass.

Required Parameters

In order to use our OnlyFans API, you must include certain OnlyFans auth values in your request. Here is a tutorial on how to get all necessary credentials.

  1. You will first have to login into your OnlyFans account and then open your DevTools as shown.

Next open the Network tab: (Seen top of the DevTools window)

From the cookies of a standard OnlyFans request, you will need:

  1. X-Bc (We refer to that as x_bc_token in the request examples)

  2. User-Id (We refer to that as user_id in the request examples)

  3. User-Agent (We refer to that as user_agent in the request examples)

Then look at the request headers of the OnlyFans headers and get the following:

  1. sess (We refer to that as session_id in the request examples)

  1. proxy

This one you can acquire any way you prefer. Here is the our proxy format when passing it to us:

  • http://user:pass@ip:port

Make sure your proxy is HTTP compatible. We currently don't accept SOCKS based proxies. Thank you for the understanding.

Last updated