Get Rapid Model
GET/api/v2/rapidmodel/:id
Request
Path Parameters
id integerrequired
The id of the rapid model
Example: 635
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object
id integer
name string
optimization_status string
created_at string
updated_at string
processing_step string
external boolean
rapid_compact_core_version string
tags object[]
id integer
name string
created_at string
updated_at string
rapid_id integer
export_name string
uuid string
accepted boolean
meta object
size integer
exportSize integer
origin string
optimization_formats string
thumbnail object
first string
turntable object
rapid.glb string
model object
rootUrl string
fileName string
rpd_info string
rpd_warnings string
metrics string
downloads object
glb string
all object
rapid.glb string
{
"data": {
"id": 635,
"name": "teapot ",
"optimization_status": "done",
"created_at": "2021-02-16T16:50:41+01:00",
"updated_at": "2021-02-16T16:50:53+01:00",
"processing_step": "Done",
"external": false,
"rapid_compact_core_version": "6.1.1",
"tags": [
{
"id": 377,
"name": "Preserve UVs",
"created_at": "2024-02-15 18:05:36+00",
"updated_at": "2024-02-15 18:05:36+00",
"rapid_id": 635
}
],
"export_name": null,
"uuid": "d8316d1f-3c7d-4777-b72e-c760064f9d08",
"accepted": false,
"meta": {
"size": 573420,
"qc": [
{
"fbx": {
"maxScore": 75.120366363435,
"avgScore": 53.225355263455
}
},
{
"glb": {
"maxScore": 75.121853362552,
"avgScore": 53.240147627865
}
},
{
"usdz": {
"maxScore": 75.120633378757,
"avgScore": 53.225370174429
}
}
],
"exportSize": 1029548
},
"origin": "",
"optimization_formats": "[...]",
"thumbnail": {
"first": "signed url for the thumbnail",
"turntable": {
"rapid.glb": "signed url for theturntable"
}
},
"model": {
"rootUrl": "s3 link",
"fileName": "rapid.glb?signed"
},
"rpd_info": "signed url for rpd_info.json",
"rpd_warnings": "signed url for the warning.log",
"metrics": "signed url for the metrics.json",
"downloads": {
"glb": "signed url for the .glb",
"all": {
"rapid.glb": "signed url for the .glb"
}
}
}
}
Loading...