Introduction
Last updated
Last updated
Welcome to Nuvio API Reference documentation! Here you'll find all the documentation you need to get up and running with the Nuvio API.
The Nuvio API can be used to integrate your data either from Nuvio to any external system or from any external system into the Nuvio. Using the navigation on the left, you'll find details of Nuvio API usage and endpoints.
The base URL to send all API requests is https://api.nuvio.io
. HTTPS is required for all API requests.
The Nuvio API follows RESTful conventions when possible, with most operations performed via GET
, POST
, PATCH
, and DELETE
requests. Request and response bodies are encoded as JSON.
Property names are in camelCase
(not snake_case
or kebab-case
).
Every response body have "success"
and "error"
fields. For each successful request, success field gets "true"
, and for each failed request success field gets "false"
. When request fails, error field will have detailed error massage. Check page for specific error codes.