{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Files API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Upload Files to Photoscene", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/photo-to-3d/v1/file", "body": { "type": "multipart-form", "data": [ { "name": "photosceneid", "type": "text", "value": "" }, { "name": "type", "type": "text", "value": "" }, { "name": "file[0]", "type": "text", "value": "" }, { "name": "file[1]", "type": "text", "value": "" } ] } }, "docs": "Uploads one or more photos to a photoscene. Photos can be uploaded as file data or as URLs. Supports JPEG and PNG formats." } ] } ], "bundled": true }