Like/Unlike Post

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

This request will allow you to like and dislike a post. Its the same endpoint for both, so make sure the response is correct to your need.

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: 42452235

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

Last updated