Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.h3aven.com/llms.txt

Use this file to discover all available pages before exploring further.

The presigned URL is obtained from the Create Presigned Url endpoint.
Important: The request body contains the raw file content, not a JSON payload. The file data is sent directly as the HTTP request body.
true
File
required
The raw file content sent as the request body
curl -X PUT "https://your-presigned-url-here" \
  -H "Content-Type: application/octet-stream" \
  -T your-file.jpg
HTTP/1.1 200 OK