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