These endpoints require a custom API connector. See Custom API for setup instructions.This endpoint returns an uploadUrl. Upload your file content using a PUT request to that URL. The file will be processed in the background and indexed into your knowledge base.
Copy
curl -X PUT --data-binary @yourfile.pdf "$UPLOAD_URL"