Skip to main content
PUT
/
volumes
/
{volume_id}
/
files
/
raw
Write Volume File
curl --request PUT \
  --url https://api.declaw.ai/volumes/{volume_id}/files/raw \
  --header 'X-API-Key: <api-key>'
Writes raw bytes to a path, creating parent directories as needed. Pass if_version (from Stat File) for an optimistic compare-and-set write — a 409 means the file changed underneath you.