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": "https://s3.eu-central-1.amazonaws.com/rapidcompact-models-...",
"RezColorChecker.obj": "https://s3.eu-central-1.amazonaws.com/rapidcompact-models-...",
"RezColorChecker.png": "https://s3.eu-central-1.amazonaws.com/rapidcompact-models-..."
}
Loading...