Skip to main content
GET
/
volumes
/
{volume_id}
/
files
/
exists
Volume File Exists
curl --request GET \
  --url https://api.declaw.ai/volumes/{volume_id}/files/exists \
  --header 'X-API-Key: <api-key>'
Returns { "exists": bool } without transferring the file.