Skip to main content

New job

  • Endpoint

    • Method: POST
    • URL: https://render.real-api.online/rapi/render

Request

  • Headers

    • Content-Type: application/json
  • Body

    • ext: r3d, glb, gltf, blend, fbx
    • expFrom: unity=u3d, three.js=3js, babylonjs=bbl, REST=rst
{
"cred": {
"insID": <Your Ins ID>, // Default=0
"appKey": "<Your App Key>",
"prodKey": "<Your Prod Key>"
},
"type": "new",
"render": {
"ext": "blend",
"expFrom": "rst"
}
}

Response

{
"msg": "SUCCESS",
"data": {
"jobID": "1703925059_301526",
"finished": false,
"status": "NEW",
"url": "<URL to upload>"
}
}

Screenshot

New job example