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