v4
OpenAPI 3.1.02026-07-313621,3961.8 MBGet User Subscription Info
Gets extended information about the users subscription
get/v1/user/subscription
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"allowed_to_extend_character_limit": true,
"billing_period": "monthly_period",
"can_extend_character_limit": true,
"can_extend_voice_limit": true,
"can_use_instant_voice_cloning": true,
"can_use_professional_voice_cloning": true,
"character_count": 1000,
"character_limit": 10000,
"character_refresh_period": "monthly_period",
"currency": "usd",
"current_overage": {
"amount": "0",
"currency": "usd"
},
"has_open_invoices": true,
"has_used_creator_coupon_on_account": false,
"has_used_starter_coupon_on_account": false,
"max_character_limit_extension": 10000,
"max_credit_limit_extension": 10000,
"next_character_count_reset_unix": 1738356858,
"next_invoice": {
"amount_due_cents": 1000,
"discounts": [
{
"discount_percent_off": 20
}
],
"next_payment_attempt_unix": 1738356858,
"payment_intent_status": "processing",
"payment_intent_statusses": [
"processing",
"succeeded"
],
"subtotal_cents": 900,
"tax_cents": 100
},
"open_invoices": [
{
"amount_due_cents": 1000,
"discounts": [
{
"discount_percent_off": 20
}
],
"next_payment_attempt_unix": 1738356858,
"payment_intent_status": "processing",
"payment_intent_statusses": [
"processing",
"succeeded"
],
"subtotal_cents": 900,
"tax_cents": 100
}
],
"professional_voice_limit": 1,
"professional_voice_slots_used": 0,
"professional_voice_slots_used_in_workspace": 0,
"status": "active",
"tier": "starter",
"voice_add_edit_counter": 0,
"voice_limit": 10,
"voice_slots_used": 1
}