Skip to main content
GET
/
volumes
/
{volume_id}
/
download
Download Volume
curl --request GET \
  --url https://api.declaw.ai/volumes/{volume_id}/download \
  --header 'X-API-Key: <api-key>'
Streams the stored blob back to the caller, byte-for-byte — primarily for debugging or verifying what the server holds.