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