Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

Use this file to discover all available pages before exploring further.

ResourceWhat it covers
of.ticketsHelp-center support tickets: list, get, create, reply, comments, mark-read, reopen, solve, allowed-check.
of.reportsModeration reasons + sub-options, file report (post / message / stream / story / user), unsubscribe reasons, appeal.
of.releaseFormsCreator-side release forms (mentions, attach, toggle-show, consent-form, proof, documents) and guest-signing flow.
of.discoveryCountries, payout-countries, recent logins, /init config, /ip geo lookup.
of.isoStatic ISO lookups (timezones, languages, etc).
of.pagesStatic OnlyFans content pages (about, terms, etc).

Recipes

// Geo / init config
const countries = await of.discovery.countries();
const init = await of.discovery.init();

// File a report
await of.reports.report({ /* type, target, reason */ });

// Release forms
const forms = await of.releaseForms.list();
These resources cover the supporting surface around the core content and money APIs — useful for compliance flows, onboarding, and static reference data.