The Uplift API Sample Repo is a developer-friendly demo for interacting with the Uplift API. It provides sample implementations in both Node.js and Python, along with a specialized script for 3D data transformations. These resources are designed to streamline common workflows such as making API requests, handling pagination, exporting data, and transforming 3D datasets.Documentation Index
Fetch the complete documentation index at: https://docs.uplift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Key Components
-
Node.js and Python Sample Applications
Two sample apps—one built with Node.js and the other with Python—demonstrate how to interact with the Uplift API. Both provide examples of making API calls, handling pagination, and exporting data to organized files. -
3D Data Transformation Demo Script
A demo script that showcases how to process 3D data by applying rotations and translations to coordinate points, providing a practical example for developers working with spatial datasets.
→ Learn More About 3D Data Transformation
Learn More
- Review Retrieving Data in Batches to paginate and control API responses.
- For the complete code and additional details, visit the Uplift Sample API App Repo.