Get a presigned URL to upload a document file. After uploading, use the storageId to create the document record.
curl --request POST \
--url https://api.zavu.dev/v1/documents/upload-url \
--header 'Authorization: Bearer <token>'{
"uploadUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.zavu.dev/v1/documents/upload-url \
--header 'Authorization: Bearer <token>'{
"uploadUrl": "<string>"
}