You can use ZoneVu's Web API to access well and other data in ZoneVu. This can be very useful for a variety of scenarios, including:
Automated export of your drilling and geosteering data from ZoneVu into other internal data management systems or applications
Easy access of your drilling and geosteering data from Python or other data analysis scripting environments
API Syntax
The ZoneVu API conforms to the mainstream approach for web APIs -- it is REST based and utilizes standard JSON data structures. This approach makes the ZoneVu API accessible from a wide variety of programming and scripting environments.
The ZoneVu conforms to the OpenAPI version 2.0 specification (also known as Swagger). This makes the accessible to a variety of data integration tools, including code generators that can convert the OpenAPI JSON schema information served up by the API into SDK code.
Accessing the ZoneVu API
The ZoneVu API is available at https://zonevu.ubiterra.com/api/v1.1.
The ZoneVu API is fully documented at https://zonevu.ubiterra.com/swagger.
To access the API, you need your API key in order to authenticate your company to the API. You may generate and get a copy of your API key with the ZoneVu application in the Admin / Company Preferences page. You must have company administrative privileges to do this.
You can authenticate to the API by including an Authorization header in your HTTP request. The API expects the header in this form:
Authorization: bearer <your apikey>
or
Authorization: x-api-key <you apikey>
