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}.
X-API-KEYstringheaderrequiredAPI key for authentication. You can obtain an API key from the Typecast API Console.
application/jsonplanfree | lite | plus | customCurrent subscription plan
freelitepluscustomcreditsobjectCredit usage information
plan_creditsintegerrequiredTotal monthly credits provided by the plan
used_creditsintegerrequiredNumber of credits used
limitsobjectUsage limit information
concurrency_limitintegerrequiredMaximum number of concurrent requests allowed
custom_voice_slotintegerMaximum number of custom voices (created via instant cloning) allowed on the current plan.