API Basics
Data Tools
WWW
Browser Bot
HTML Clean
URL Info
Telephony
Geolocation
Security and Networking
E-commerce
Imaging
Legacy APIs

Neutrino API Fundamentals


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:

Authentication

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:

ParameterDescription
user-idYour user ID
api-keyAPI key, generate keys within your account

Structured Responses

Most APIs will return structured data, you can set these optional output parameters:

ParameterDescription
output-format Which data format the API should respond with, can be either:
  • JSON (default)
  • XML
output-case The case style to respond with:
  • kebab (default)
  • camel
  • snake

Binary Responses

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.

API Docs Index


API Basics
Data Tools
WWW
Browser Bot
HTML Clean
URL Info
Telephony
Geolocation
Security and Networking
E-commerce
Imaging
Legacy APIs