Get Subscription
Retrieve the authenticated user's current subscription information, including plan name, credit usage, concurrency limit, and custom voice slot capacity.
Use this endpoint to check remaining credits, verify your current plan, or see how many custom voice slots are available before cloning a new voice with POST /v1/voices/clone. The limits.custom_voice_slot value is the maximum number of custom voices the current plan can hold at once; free the slot by calling DELETE /v1/voices/{voice_id}.
/v1/users/me/subscriptionAuthorizations
X-API-KEYstringheaderrequiredAPI key for authentication. You can obtain an API key from the Typecast API Console.
Response
200Successful Responseapplication/json
planfree | lite | plus | customCurrent subscription plan
freelitepluscustomlimitsobjectUsage limit information
Show nested model
concurrency_limitintegerrequiredMaximum number of concurrent requests allowed
custom_voice_slotintegerMaximum number of custom voices (created via instant cloning) allowed on the current plan.
professional_voice_slotinteger프리미엄 클로닝 보이스 슬롯 한도
creditsobjectCredit usage information
Show nested model
plan_creditsintegerrequiredTotal monthly credits provided by the plan
used_creditsintegerrequiredNumber of credits used
professional_clone_generationsobject프리미엄 클로닝 학습 횟수 정보
Show nested model
plan_generationsinteger플랜 제공 학습 횟수
used_generationsinteger사용된 학습 횟수