Documentation Index
Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
Use this file to discover all available pages before exploring further.
Content types
The Neuron API primarily uses JSON for both request bodies and responses.Supported types
| Content-Type | Usage |
|---|---|
application/json | Standard JSON — required for all POST/PUT/PATCH requests |
multipart/form-data | File uploads |
application/octet-stream | Binary data streams |
Request encoding
Always set theContent-Type header when sending a body:
Response encoding
All responses are UTF-8 encoded JSON unless otherwise noted. SetAccept: application/json to ensure correct content negotiation.
File uploads
When uploading files, usemultipart/form-data: