Quota and plan info
Get information related to the user's subscription quota and plan details.
Headers
-
x-access-token
string Required
GET
/api/v11/user/quota
curl \
--request GET 'https://chat-api.aurora-interactive.online:8443/api/v11/user/quota' \
--header "x-access-token: wcdE8dGPZEshG6B8E5uGpgALr5LzwPX5AqZFKAZsfcvzuHVf"
Response examples (200)
{
"success": true,
"quotaUsed": 42,
"quotaMax": 42,
"ttsUsed": 42,
"ttsMax": 42,
"planName": "string",
"isChristy": true
}