cURL
curl --request POST \ --url https://api.zavu.dev/v1/documents/upload-url \ --header 'Authorization: Bearer <token>'
{ "uploadUrl": "<string>" }
Get a presigned URL to upload a document file. After uploading, use the storageId to create the document record.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload URL generated.
Pre-signed URL for uploading the file.