Files
Download File
Download a file from the instance as binary.
GET
Downloads a file from the instance. The response is the raw binary file content with appropriateDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Content-Disposition and Content-Type headers set, so it works naturally with browsers and tools like curl -O.
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Query Parameters
The file path to download, relative to the instance root.
Response
Returns the raw binary file content with aContent-Disposition: attachment header.