Start Knowledge Base Upload Session
Creates an upload session for a new knowledge base document. Returns a sessionId used for the subsequent chunk upload and complete calls.
Supported MIME types: application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/markdown
Max file size: 100 MB | Max chunk size: 10 MB
Body
Original filename including extension.
255"product-catalog.pdf"
Total number of chunks the file will be split into. Use 10 MB per chunk as the target size.
1 <= x <= 10001
Total file size in bytes. Maximum: 104857600 (100 MB).
x >= 1524288
MIME type of the file. Supported values: application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/markdown.
"application/pdf"