新任务
-
接口
- 方法: POST
- URL:
https://render.real-api.online/rapi/render
请求
-
请求头
- Content-Type: application/json
-
请求体
- ext: r3d, glb, gltf, blend, fbx
- expFrom: unity=
u3d
, three.js=3js
, babylonjs=bbl
, REST=rst
{
"cred": {
"insID": <你的机构 ID>, // 默认=0
"appKey": "<你的应用密钥>",
"prodKey": "<你的产品密钥>"
},
"type": "new",
"render": {
"ext": "blend",
"expFrom": "rst"
}
}
请求
{
"msg": "SUCCESS",
"data": {
"jobID": "1703925059_301526",
"finished": false,
"status": "NEW",
"url": "<上传的 URL>"
}
}