POST
/api/im/remote/bindings/{bindingId}/fs/write
Relay filesystem write to daemon
Mobile → Cloud → Daemon filesystem write. Body is forwarded verbatim (15s timeout).
Daemon writes the file subject to PermissionRule; may trigger a remote approval
request if the target path is high-risk. Returns { bytesWritten } on success.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| bindingId | string | Y | — |
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| path | string | N | — | |
| content | string | N | — | |
| encoding | string (utf8 | base64) | N | utf8 | |
| createDirs | boolean | N | — | Create parent directories if missing. |
Response Example
{
"ok": true,
"data": {
"bytesWritten": 12
}
}Try it out
Path Parameters
→ /api/im/remote/bindings/{bindingId}/fs/write
Sign in to use your API key
Request Body
Response
Click Execute to test