GET /modelderivative/v2/designdata/{urn}/manifest/{derivativeUrn}/signedcookies
Returns a download URL and a set of signed cookies, which lets you securely download the derivative specified by the derivativeUrn URI parameter. The signed cookies have a lifetime of 6 hours. You can use range headers with the returned download URL to download the derivative in chunks, in parallel.
Servers
- https://developer.api.autodesk.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
urn |
String | Yes |
The URL-safe Base64 encoded URN of the source design. |
derivativeUrn |
String | Yes |
The URL-encoded URN of the derivative. Use the |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
region |
String | No |
Specifies the data center where the manifest and derivatives of the specified source design are stored. Possible values are:
Valid values:
|
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
minutes-expiration |
Integer | No |
Specifies how many minutes the signed cookies should remain valid. Default value is 360 minutes. The value you specify must be lower than the default value for this parameter. If you specify a value greater than the default value, the Model Derivative service will return an error with an HTTP status code of |
response-content-disposition |
String | No |
The value that must be specified as the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.