Knowledge Base
Get knowledge base upload limits
Retrieve current upload constraints for the organization.
Use case: Call this before uploads to validate file sizes on the client side and display appropriate limits to users.
get/knowledgeBase/limits
Response
Upload limits retrieved
Example response
{
"maxFilesPerRequest": 1000,
"maxFileSizeBytes": 31457280
}Changes
Changed in 1 of the 15 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○