- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Absolute or relative path to the file |
content | string | Yes | File content to write |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
message | string | Success message |
path | string | Full path to the written file |
size | integer | File size in bytes |

