Fetch Vault Media

Fetch all vault media for a specific vault.

POST https://api.noauth.cc/onlyfans/vault-content

This function will fetch the media in a specific OF Vault.

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

vault_id*

Integer

Example: 592582593

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

Last updated