Skip to main content
GET
/
volumes
/
{volume_id}
/
files
/
raw
Read Volume File
curl --request GET \
  --url https://api.declaw.ai/volumes/{volume_id}/files/raw \
  --header 'X-API-Key: <api-key>'
Streams the bytes of a single file. Returns 409 if the volume is on the legacy tarball backend (use a file-granular volume).