OnlyFans client with
raw session material. You connect on the hosted API, keep
the account id, and call methods over HTTP:
When you use the SDK directly
The typed client is for runtimes that execute against OnlyFans with a session already provisioned on onlyfanskit infrastructure (internal services, advanced automation). It requires the same session fields the platform stores after a successful connect:Keeping a session healthy
When a session expires, start a new connect attempt or reauthenticate the account on the hosted API, then continue calling with the same accountid.
See Handling errors for session and upstream failures.