Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Path Parameters
The Account ID
The ID of the chat (usually a fan's OnlyFans User ID)
Body
application/json
The message text content
Example:
"Hello!"
Whether the text should be shown or hidden
Example:
true
Price for paid content (0 or between 3-200). In case this is not zero, mediaFiles is required
Example:
100
Array of media file upload prefixed_ids, or OF media IDs (required if price is not 0). Will be hidden if price
is provided.
Example:
["ofapi_media_abc123", 1234567890]
Array of media file upload prefixed_ids, or OF media IDs (required if price is not 0). Will be shown if price
is provided. All previews
values must also exist in the mediaFiles
array.
Example:
["ofapi_media_abc123", 1234567890]