Process and create document entries in the knowledge base. The document will be split into chunks for efficient retrieval.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of file URLs to process
{
"url": "https://example.com/document.pdf",
"filename": "document.pdf"
}