Report Post

Report a post on any public OnlyFans account.

POST https://api.noauth.cc/onlyfans/report-post

This request will report a specific user's post for one of multiple reasons.

Reasons: - "spam" - "violates_rules"

Both of those are minimal and standard reports that require no other information.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

session_id*

String

OF Auth

x_bc_token*

String

OF Auth

user_agent*

String

OF Auth

user_id*

String

OF Auth

proxy*

String

Example: http://user:pass@host:port

post_id*

Integer

Example: 9523935

reason_type*

String

Options:

spam

violates_rules

reason*

String

Example: "Bad girl"

{
  "status": "success",
  "message": "Onlyfans response.."
}

Last updated