Skip to main content
POST
/
v1
/
premium
/
buy
Buy Premium
curl --request POST \
  --url https://api.fragapi.com/v1/premium/buy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "months": "3"
}
'
{
  "messageHash": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session scheme

Body

application/json
username
string
required
months
enum<string>
required
Available options:
3,
6,
12

Response

Successful Response

messageHash
string
required