Last updated 2 years ago
Was this helpful?
Good to know: You can buy additional credits .
GET https://gptradar.com/api/credits/
GET
https://gptradar.com/api/credits/
This endpoint will return the number of available credits and tokens on your account.
1 credit = 100 tokens ≈ 125 words (in English)
Authorization
String
Api-KeyYOUR-API-KEY
Api-Key
YOUR-API-KEY
{ "available_credits": 55531, "available_tokens": 5553059 }
This endpoint requires authentication. You have to include your API key in the header of this request.