Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Dynamic Rules API provides request signing for direct OnlyFans API calls. Most applications should use the Access API instead, which handles signing automatically. Use Dynamic Rules only when you need to:- Make direct OnlyFans API calls outside of OFAuth
- Implement custom request handling
Base URL
https://api.ofauth.com/v2/dynamic-rules
Endpoints
Sign Request
Generate a signature for a specific OnlyFans API request.| Field | Type | Required | Description |
|---|---|---|---|
endpoint | string | Yes | The OnlyFans API path (e.g., /api2/v2/users/me) |
time | number | No | Unix timestamp to sign with (defaults to current time) |
user-id | string | No | OnlyFans user ID for authenticated requests |
Get Status
Check if the signing service is operational.Authentication
When to Use
| Use Case | Recommendation |
|---|---|
| Standard API access | Use the Access API - signing is automatic |
| Custom proxy setup | Use Dynamic Rules /sign endpoint |
| Checking service status | Use /status endpoint |