> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Write File

Write content to a file. The request body is written as raw file content (not JSON).

<ParamField path="id" type="string" required>
  Sandbox ID
</ParamField>

<ParamField query="path" type="string" required>
  Absolute path for the destination file
</ParamField>

<ResponseExample>
  ```json 204 theme={null}
  {}
  ```
</ResponseExample>
