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
}
Supertone Play 및 API는 동일한 크레딧 시스템을 사용하므로, Play에서 충전한 크레딧은 API에도 그대로 적용됩니다.

엔드포인트

https://supertoneapi.com/v1/credits

참고사항

  • 크레딧은 초 단위 기준으로 과금됩니다.
  • 크레딧은 Play와 API에서 공유됩니다.
  • 신규 가입 시 기본 체험 크레딧이 제공될 수 있습니다.

Authorizations

x-sup-api-key
string
header
required

Response

Credit balance of the user.

balance
number | null
required

Credit balance of the user

I