Core Concepts
Understand the building blocks of the OF API Gateway before making your first integration.
Organizations
Everything in the Gateway is scoped to an organization. When you sign up, a default organization is created for you automatically.
API Keys
API keys are long-lived credentials used to authenticate all proxy requests. You generate and manage them from the dashboard.
OnlyFans Models
A Model is an OnlyFans creator account linked to your organization. You connect models from the dashboard, and the gateway manages their sessions automatically.
Credits
Credits are the billing unit of the Gateway. Each successful proxy call deducts a fixed number of credits from your organization's balance.
How a Request Flows
Every proxy API call goes through the following steps before reaching OnlyFans and returning a response to you.
Proxy responses include a _meta envelope
{ data: <OnlyFans response>, _meta: { _credits, _rate_limits } }. The data field contains the raw OnlyFans data exactly as returned. Error responses (4xx, 5xx) are never wrapped.