cURL
curl --request POST \ --url http://localhost:8787/api/v1/documents/upload
{ "success": true, "message": "<string>", "data": { "id": 123, "fileName": "<string>", "fileType": "<string>", "uploadDate": "<string>", "size": "<string>", "status": "<string>", "metadata": { "size": 123, "mimeType": "<string>", "sizeInKb": 123, "extension": "<string>", "uploadedBy": "<string>", "contentType": "<string>", "storagePath": "<string>", "lastModified": "<string>", "originalName": "<string>", "signedUrlExpiry": "<string>", "uploadTimestamp": "<string>", "processingStatus": "<string>" } } }
Upload a document to the database
Documentation IndexFetch the complete documentation index at: https://docs.intelliq.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Document uploaded successfully
Show child attributes