Sending Data
How to identify the correct uplink data format and prepare your data for uplink into the AlphaX system.
What is the right format?
AlphaX uses a non-structured database and is therefore able to accept data from many sources. To ensure maximum compatibility with all data types, and provide backward and forward compatibility, we have implemented a versioning system for all of our API’s.
The version refers to the data format and can be identified as per example.
https://conduit.alphax.cloud/post/v1 —> v1 refers to the data format v1.
https://conduit.alphax.cloud/post/v2 —> v2 refers to the data format v2.
Last updated