Subscription

Get Subscription

SDK

Use the SDK for safer, faster integration than manual HTTP calls.

SDK guide

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}.

GET/v1/users/me/subscription

Authorizations

X-API-KEYstringheaderrequired

API key for authentication. You can obtain an API key from the Typecast API Console.

Response

200Successful Responseapplication/json
planfree | lite | plus | custom

Current subscription plan

freelitepluscustom
limitsobject

Usage limit information

Show nested model
concurrency_limitintegerrequired

Maximum number of concurrent requests allowed

custom_voice_slotinteger

Maximum number of custom voices (created via instant cloning) allowed on the current plan.

professional_voice_slotinteger

프리미엄 클로닝 보이스 슬롯 한도

creditsobject

Credit usage information

Show nested model
plan_creditsintegerrequired

Total monthly credits provided by the plan

used_creditsintegerrequired

Number of credits used

professional_clone_generationsobject

프리미엄 클로닝 학습 횟수 정보

Show nested model
plan_generationsinteger

플랜 제공 학습 횟수

used_generationsinteger

사용된 학습 횟수

⌘I