Result or Status
-
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": "result",
"jobID": "<Job ID>"
}
Response
{
"msg": "SUCCESS",
"data": {
"jobID": "<Job ID>",
"finished": true,
"result": "https://rest.real-api.online....",
"status": "COMPLETED"
}
}