Introduction
Info
This guide assumes that you:
- understand what an API is and know how you can make REST API calls.
- have a valid Nexus Web API token
Not the case? Check the API Basics first before continuing here.
Root and authentication¶
Nexus Web API can be reached at https://nexus.stellaspark.com/api/v1/.
The Nexus Web API token should be provided using the token URL query parameter.
API services for data supply¶
Nexus offers an Upload API service to allow (automated) data uploads.
Tutorial¶
Check the tutorial Uploading data with Python to see how you can automate periodic data uploads to Nexus using Python.