Welcome to ZoneVu's Knowledge Base

Support content and general information

Web API and Python Scripting

The ZoneVu Web API

How to access your data using the ZoneVu Web API

Last updated on 29 Jan, 2026

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>

Did you find this article helpful?
Previous

ZoneVu Python SDK

Next

© 2026 Ubiterra - Home of ZoneVu.