Job status
Request
Endpoint:
POST https://render.real-api.online/rapi/ask_service
Headers:
Content-Type:
application/json
Body:
{
"prodCred": {
"insID": 0,
"appKey": "ABC",
"prodKey": "DEF"
},
"ask": "status",
"service": {
"jobID": "<job_id>"
}
}
Response
Status:
200 OK
Body:
{
"msg": "SUCCESS",
"data": {
"status": <job_status>,
"jobID": <job_id>,
"url": null
}
}
List of all status
can be found here


Last updated