{
"data": {
"package": { # may be null
"basic_page": { # may be null
"max_count": 3000,
"used_count": 1044
},
"elite_page": { # may be null
"max_count": 3000,
"used_count": 1045
},
"lite_page": { # may be null
"max_count": 3000,
"used_count": 1046
},
"question": { # may be null
"max_count": 3000,
"used_count": 11
},
"documents_tokens": { # may be null
"max_count": 3000,
"used_count": 11
},
"ocr_page": { # may be null
"max_count": 3000,
"used_count": 11
},
"gpt4_question": { # may be null
"max_count": 3000,
"used_count": 11
},
"gpt4o_question": { # may be null
"max_count": 3000,
"used_count": 11
}
}
}
}
curl --location --request GET 'https://dev.your-api-server.com/users/quota'
{
"package": {
"page": {
"max_count": 0,
"used_count": 0
},
"question": {
"max_count": 0,
"used_count": 0
},
"lite_page": {
"max_count": 0,
"used_count": 0
},
"basic_page": {
"max_count": 0,
"used_count": 0
},
"elite_page": {
"max_count": 0,
"used_count": 0
},
"documents_tokens": {
"max_count": 0,
"used_count": 0
},
"gpt4_question": {
"max_count": 0,
"used_count": 0
},
"gpt4o_question": {
"max_count": 0,
"used_count": 0
},
"ocr_page": {
"max_count": 0,
"used_count": 0
}
}
}