Download Model
Download your completed 3D model. Supported formats: obj, ply, gltf, glb, stl, las.
GET /v1/reconstruction/{id}/download/{file-type}Request
GET https://api.reali3.net/v1/reconstruction/{id}/download/{file-type}
Authorization: Bearer YOUR_API_KEYResponse
HTTP/1.1 200 OKContent-Type: application/json
{ "download_url": "https://cdn.reali3.net/models/rec_abc123xyz/model.gltf", "expires_at": "2024-01-22T10:35:00Z", "file_size": 5242880, "format": "gltf"}download_url is a time-limited, direct link to the model file — fetch it separately to retrieve the binary.