API Reference
Oblique aerial render and 3D mesh APIs. All endpoints live under /api/v1/. Expand any endpoint below to see parameters and try it live with pre-made example locations.
All production requests require a Bearer token in the Authorization header. The live demos on this page use preview mode — no key required.
AerialSnap
Renders oblique aerial views from 3D mesh data at any heading and tilt angle. A headless renderer runs in a subprocess — the first render per location requires downloading and caching mesh data, which takes 1–3 minutes. Subsequent renders for the same location are served from cache.
Authentication
All API requests require a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY
API keys are issued manually for internal use only.
Error Reference
All error responses return JSON:
{
"error": "Description of what went wrong",
"status": 400
}| Code | Meaning |
|---|---|
| 400 | Missing or invalid parameters |
| 404 | No data found for the given location |
| 500 | Internal server error |
| 503 | Service unavailable |