Get Status
GET /v1/reconstruction/{id}/statusRequest
GET https://api.reali3.net/v1/reconstruction/{id}/status
Authorization: Bearer YOUR_API_KEYResponse
HTTP/1.1 200 OKContent-Type: application/json
{ "id": "rec_abc123xyz", "status": "processing", "progress": 65, "created_at": "2024-01-15T10:30:00Z", "started_at": "2024-01-15T10:30:05Z", "estimated_completion": "2024-01-15T10:32:00Z", "files_processed": 2, "total_files": 3}Status values: pending, processing, completed, failed
Once status is completed, call Download Model to retrieve the result.