OnlyFans API Dynamic Rules (Needed to make API requests)
If you want to use the OnlyFans API directly, you'll need to use the dynamic rules to sign your requests. Otherwise, your requests will be rejected. The dynamic rules are a set of values that are used in combination with some information about the request you're making to create a signature. This is to ensure that the request is valid. Signed requests have two components: - `sign (string)`: A…
OnlyFans API Dynamic Rules (Needed to make API requests) endpoints
| Method | Endpoint | Description |
|---|---|---|
| Signing Requests | ||
| POST |
/sign /sign |
Generate the signature headers needed for all endpoint requests. This endpoint will fail if the rules are not current. |
| POST |
/sign-test /sign-test |
Check if the sign function produces the same sign as OnlyFans. |
| GET |
/rules /rules |
Get the latest dynamic rules. Will fail if rules are not current. |
| Other endpoints | ||
| GET |
Get Dynamic Rules /rules |
Get the latest dynamic rules in JSON format. Will fail if rules are not current. |
| POST |
Sign a request /sign |
Generate the signature headers needed for all endpoint requests. This endpoint will fail if the rules are not current. |
OnlyFans API Dynamic Rules (Needed to make API requests) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $29 / month | 1 / minute |
|
| PRO | $68 / month | 1 / minute |
|
| ULTRA | $90 / month | 1 / minute |
|