Skip to main content

Render

  • Endpoint

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

Request

  • Headers
    • Content-Type: application/json
{
"cred": {
"insID": <Ins ID>,
"appKey": "<App Key>",
"prodKey": "<Prod Key>"
},
"type": "render",
"jobID": "<Job ID>"
}

Response

{
"msg": "SUCCESS",
"data": {
"jobID": "<Job ID>",
"finished": false,
"status": "WAITING"
}
}

Screenshots

Render job