v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBGet Knowledge Base Size Information.
Retrieves the total size of all knowledge base items and the size limit based on the subscription plan.
get/v1/voice-agents/knowledge-base/size-info
Response
Successful response
Example response
{
"success": true,
"message": "Success",
"data": {
"totalSize": 5242880,
"sizeLimit": 10485760
}
}