Skip to main content
Every non-2xx response throws OnlyFansAPIError:

What the common errors mean

Exposing errors over HTTP

When you surface SDK results through your own HTTP API, convert thrown errors into RFC 9457 problem documents so your callers — including AI agents — get a parseable, actionable contract instead of a raw stack trace:
errorResponse classifies the failure (age verification, billing, access, rate limit, and more) and produces the right problem type automatically.