Fundamentals
Multicloud
Examples
SDKs
Batch Processing
Specifications
Best Practice
Error Codes
Neutrino API is a "RESTful" style API and will accept request parameters as either HTTP GET or HTTP POST.
When sending API requests as HTTP POST we accept the following content types:
All API requests must be authenticated using an API key and your user ID.
The following authentication parameters can be sent with POST, GET or as HTTP headers:
API Parameter | Description |
---|---|
user-id | Your user ID |
api-key | API key, generate keys within your account |
Most APIs will return structured data, you can set these optional output parameters:
API Parameter | Description |
---|---|
output-format | Which data format the API should respond with, can be either:
|
output-case | The case style to respond with:
|
Some APIs can return binary and text based file formats, such as: PNG, PDF, HTML, SVG.
For these APIs the HTTP 'Content-Type' header will be set with the appropriate MIME type.