underland.cloud API

Build powerful applications with our cloud computing platform

API Documentation

Coming Soon

We're working hard to bring you comprehensive API documentation.

Get Notified When Ready

The underland.cloud API provides programmatic access to our cloud computing platform for resource projects. Integrate 3D visualization, high-performance computing, and data processing capabilities directly into your applications.

API Features

Data Management

Upload, organize, and manage geospatial datasets. Support for industry-standard formats; OMF and GeoH5.

3D Visualisation

Generate interactive 3D models and visualisations. Embed web-based 3D viewers directly into your applications or extract rendered images and animations.

High-Performance Computing

Access scalable computing resources for complex calculations, simulations, and data processing tasks. Queue jobs and monitor progress through RESTful endpoints.

Project Management

Create and manage projects, collaborate with team members, and control access permissions. Integrate with your existing workflow and project management tools.

Getting Started

Authentication

All API requests require authentication using API keys. Contact our team to obtain your API credentials.

curl -H "Authorization: Bearer YOUR_API_KEY" \
    https://api.underland.cloud/v1/projects

Base URL

All API endpoints are accessed via HTTPS at:

https://api.underland.cloud/v1/

API Endpoints

GET /projects

List all projects accessible to your account

POST /projects

Create a new project

PUT /projects/{id}

Update project details

POST /data/upload

Upload data files to a project

POST /compute/jobs

Submit a computing job

📚 Full Documentation

Complete API documentation with examples, response schemas, and interactive testing is available in our developer portal.

Coming soon: Interactive API documentation

Start Building with underland.cloud API