Files
Upload File
Upload a binary file to the instance via multipart form data.
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.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Form Parameters
The destination file path on the instance, relative to the instance root.
The file to upload (binary).
Response
Returns204 No Content on success.