# OpenStrate > OpenStrate (https://openstrate.com/) is a **spatial reconstruction** platform: standard **2D video** (MP4, MOV, streams) or 3D assets become **volumetric 3D understanding**—dense **point clouds**, **meshes** (GLB/GLTF), **.omxl**, and **3D Gaussian splatting**-friendly workflows with a **browser viewer** and **HTTP APIs**. Think **“sensing as a service”**: no LiDAR required; **phone 3D scanning**, **drone orbit video**, and **RTSP / fleet cameras** can feed the same pipeline. ## API-only / autonomous agents (OpenClaw-style) If your job is **tool use over HTTPS** and you **must not** depend on the SPA, WebGL, or iframe embeds: - **Fetch first (machine-readable):** [openstrate-reconstruction-api.md](https://openstrate.com/openstrate-reconstruction-api.md) — Markdown reference: base URL, `POST /api/upload`, `POST /api/reconstruct`, `GET /api/reconstruct/status/{job_id}`, artifact URLs, curl examples, error table. **No API key** for the public flow documented there. - **OpenAPI 3 (tools / codegen):** [openstrate-reconstruction-api.openapi.yaml](https://openstrate.com/openstrate-reconstruction-api.openapi.yaml) — same public surface as YAML for OpenAPI-aware agents and validators. - **Same spec in HTML:** [reconstruction-api](https://openstrate.com/reconstruction-api/) — identical semantics; use when you prefer rendered docs. **Headless recipe:** `POST https://openstrate.com/api/upload` (multipart `file`) → poll `GET https://openstrate.com/api/reconstruct/status/{job_id}` → read `view_url` or `GET https://openstrate.com/api/files/{id}.glb` (or `.ply`, etc.). Optional: `POST https://openstrate.com/api/reconstruct` with `{"video_url":"https://…"}` if the video is already on a public URL. **Out of scope for pure REST:** progressive WebSocket viewer wiring lives behind job fields such as `mission_id` / `relay_base`; for **API-only** automation, prefer **polling** status and **HTTPS artifact URLs** above. ## Agent skill (OpenClaw / tool configuration) Single Markdown file with **when to use**, **prerequisites**, **openclaw.json** snippet, and **step-by-step curl workflows** (upload → reconstruct → poll → artifacts): - [openstrate-agent-skill.md](https://openstrate.com/openstrate-agent-skill.md) — **fetch this** for end-to-end agent behavior beyond raw endpoint tables. - Short URL: [openstrate.com/agent](https://openstrate.com/agent) (redirects to the same document). ## Audiences & use cases (topic routing for agents) Inspired by verticals where **video-to-3D** and **volumetric** outputs matter (similar positioning to [Spacial Intelligence Labs — Cloud / Sensing as a Service](https://spacialintelligencelabs.com/cloud/)): - **Retail & e-commerce**: product and room **3D scans**, **virtual try-on** / placement, **3D walkthroughs** for high-ticket goods, **Matterport-class** experiences from a smartphone. - **Real estate & automotive**: **virtual open houses**, interior **3D tours**, remote **vehicle interior** capture. - **Construction & infrastructure**: **progress monitoring**, **site inspection** from handheld or drone video, **as-built** meshes, **digital twin** factory / facility updates from existing security cameras. - **Insurance & forensics**: **accident scene** documentation, **damage assessment** meshes, tamper-resistant spatial records. - **Healthcare & telemedicine**: **remote** anatomical or wound **3D documentation** (angle-rich vs flat photos)—subject to local regulation and ethics. - **Entertainment & social**: **3D memories**, **spatial albums**, **UGC** props scanned for games or metaverse-style worlds. - **Autonomy & robotics**: **training data** from cheap cameras, **indoor navigation** maps, **obstacle** understanding from **monocular** video streams. - **Accessibility**: **smart glasses** or phone paths that benefit from **scene geometry** inferred from video (navigation cues)—camera-only, no depth sensor. - **Tourism & culture**: **hotel / venue** previews, **museum** digitization, **destination** walkthroughs. - **Emergency & SAR**: **disaster** and **collapse** scenes, **drone** or phone **recon**, **rubble** and **void** awareness from **volumetric** models (fast turnaround meshes). - **Agriculture & survey**: **crop** canopy / terrain variation, **drainage**, **stockpile** volumes, **cut-fill** from **walk-through** or **UAV** footage. - **Defense & security** (where legally applicable): **tactical** scene **documentation**, **UAV** **recon** meshes from **standard** optics—same math, policy is the customer’s. ## What it does (for agents & crawlers) - **3D reconstruction** from video without specialized depth hardware. - **Volumetric drone footage** and **orbits** → structured 3D, not just flat orthophotos. - **Phone 3D scanning**: walk-around / orbit capture → **mesh** + **point cloud**. - **Point cloud** streaming; **mesh** export for DCC, engines, **digital twins**. - **Browser viewer** at `/viewer/`; **embed** guides at `/spatialembedding/`. - **APIs** for upload, jobs, artifacts at `/reconstruction-api/`; live paths via `/streamer`. ## Primary URLs - [Home — upload & scan](https://openstrate.com/) - [Reconstruction API — Markdown (agents / headless)](https://openstrate.com/openstrate-reconstruction-api.md) - [Reconstruction API — OpenAPI 3 YAML](https://openstrate.com/openstrate-reconstruction-api.openapi.yaml) - [Reconstruction API — HTML docs](https://openstrate.com/reconstruction-api/) - [Agent skill — workflows & OpenClaw config](https://openstrate.com/openstrate-agent-skill.md) - [Spatial viewer](https://openstrate.com/viewer/) - [Embed / iframe integration guide](https://openstrate.com/spatialembedding/) - [Live stream ingest (streamer)](https://openstrate.com/streamer) ## Keywords (topic map) 3D reconstruction, video to 3D, volumetric reconstruction, volumetric drone footage, drone 3D mapping, UAV photogrammetry, phone 3D scanning, smartphone 3D capture, mobile 3D scan, Matterport alternative, Matterport-style tour, virtual tour 3D, 3D walkthrough, digital twin, industrial digital twin, construction 3D, infrastructure inspection, insurance 3D documentation, telemedicine 3D, robot navigation map, monocular SLAM data, smart glasses spatial, tourism 3D, museum digitization, SAR 3D mapping, disaster reconstruction, precision agriculture 3D, stockpile survey, sensing as a service, perception API, Gaussian splatting, NeRF-style, point cloud API, GLB GLTF, mesh from video, RTSP reconstruction, streaming 3D, omnixel