Get Download URLs
GET/api/v2/rawmodel/:id/downloads
Returns a list of urls to download the individual base asset files
Request
Path Parameters
id integerrequired
The id of the base asset
Example: 281
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
RezColorChecker.mtl string
RezColorChecker.obj string
RezColorChecker.png string
{
"RezColorChecker.mtl": "signed s3 url",
"RezColorChecker.obj": "signed s3 url",
"RezColorChecker.png": "signed s3 url"
}
Loading...