Skip to main content
GET
/
v1
/
credits
Retrieve credit balance
curl --request GET \
  --url https://supertoneapi.com/v1/credits \
  --header 'x-sup-api-key: <api-key>'
{
  "balance": 123
}

Documentation Index

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

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

Since Supertone Play and API use the same credit system, credits charged in Play apply directly to the API as well.

Endpoint

https://supertoneapi.com/v1/credits

Notes

  • Credits are charged on a per-second basis.
  • Credits are shared between Play and API.
  • Basic trial credits may be provided upon new registration.

Authorizations

x-sup-api-key
string
header
required

Response

Credit balance of the user.

balance
number | null
required

Credit balance of the user