Skip to main content
The Neuron API primarily uses JSON for both request bodies and responses.

Supported types

Request encoding

Always set the Content-Type header when sending a body:

Response encoding

All responses are UTF-8 encoded JSON unless otherwise noted. Set Accept: application/json to ensure correct content negotiation.

File uploads

When uploading files, use multipart/form-data: