{ "opencollection": "1.0.0", "info": { "name": "Autodesk Model Derivative API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Start Translation Job", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/job", "headers": [ { "name": "x-ads-force", "value": "" }, { "name": "x-ads-derivative-format", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a translation job to convert a source design file into one or more derivative formats. The source file is identified by its URN (Base64-encoded object ID from the Data Management or OSS API)." } ] }, { "info": { "name": "Manifest", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Get Manifest", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest", "params": [ { "name": "urn", "value": "", "type": "path", "description": "The Base64 (URL-safe) encoded URN of the source design." } ] }, "docs": "Returns information about derivatives that correspond to a specific source design, including derivative URNs, translation status, and available outputs." }, { "info": { "name": "Autodesk Delete Manifest", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest", "params": [ { "name": "urn", "value": "", "type": "path" } ] }, "docs": "Deletes the manifest and all derivatives of a source design. Does not delete the source design itself." } ] }, { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Get Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/metadata", "params": [ { "name": "urn", "value": "", "type": "path" } ] }, "docs": "Returns a list of model views (viewables) available for the source design. Each viewable has a GUID that can be used to query its object tree and properties." }, { "info": { "name": "Autodesk Get Object Tree", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/metadata/:guid", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "guid", "value": "", "type": "path", "description": "The GUID of the viewable." }, { "name": "forceget", "value": "", "type": "query", "description": "Set to true to force fetching the full tree instead of using pagination." } ] }, "docs": "Returns the object hierarchy tree for a specific viewable within the source design." }, { "info": { "name": "Autodesk Get All Properties", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/metadata/:guid/properties", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "guid", "value": "", "type": "path" }, { "name": "forceget", "value": "", "type": "query" }, { "name": "objectid", "value": "", "type": "query", "description": "Filter properties by a specific object ID." } ] }, "docs": "Returns the properties of all objects in a specific viewable. For large models, use the forceget parameter to ensure all data is returned." }, { "info": { "name": "Autodesk Query Properties", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/metadata/:guid/properties:query", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a filtered set of properties for a viewable based on specified criteria. Supports pagination for large result sets." } ] }, { "info": { "name": "Thumbnails", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Get Thumbnail", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/thumbnail", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "width", "value": "", "type": "query", "description": "Width of the thumbnail in pixels (100, 200, or 400)." }, { "name": "height", "value": "", "type": "query", "description": "Height of the thumbnail in pixels (100, 200, or 400)." } ] }, "docs": "Returns a thumbnail image of the source design." } ] }, { "info": { "name": "Derivatives", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Download Derivative", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest/:derivativeUrn", "params": [ { "name": "urn", "value": "", "type": "path" }, { "name": "derivativeUrn", "value": "", "type": "path", "description": "URL-encoded URN of the derivative." } ] }, "docs": "Downloads a specific derivative file." } ] }, { "info": { "name": "Informational", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Supported Formats", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/formats" }, "docs": "Returns a list of supported input and output formats for translation." } ] } ], "bundled": true }