Skip to main content
POST
Uploads a file to the instance using multipart form data. This is the way to go for binary files like images, audio, or anything that isn’t plain text. For text content, you can also use the simpler write endpoint.

Authentication

Requires an org-level API key or a scoped token with the appropriate permission.

Path Parameters

string
required
The ID of the instance.

Form Parameters

string
required
The destination file path on the instance, relative to the instance root.
file
required
The file to upload (binary).

Response

Returns 204 No Content on success.