API Reference
HTTP Specification
This page provides an overview of the endpoints that are accessible via HTTPS and originate at https://developer.api.autodesk.com/photo-to-3d/v1/.
Note: Each of the endpoints listed below provide responses that are only specific to the APS Client ID performing the API invocation.
Photoscene
Endpoint | Description |
---|---|
POST photoscene | Creates a Photoscene that will perform calibration and meshing when processed |
POST file | Adds one or more files to an existing Photoscene |
POST photoscene/{photosceneid} | Initiates the processing of a Photoscene |
GET photoscene/{photosceneid}/progress | Returns the current processing progress percentage and status of a specified Photoscene |
GET photoscene/{photosceneid} | Returns a time-limited HTTPS link to either a Photoscene project file or an output file that is the result of processing a Photoscene |
POST photoscene/{photosceneid}/cancel | Aborts the processing of a Photoscene and marks it as cancelled |
DELETE photoscene/{photosceneid} | Marks the specified Photoscene as deleted |