作业状态(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:

所有状态的列表可以在这里找到。

RENDERING STATUS
STATUS COMPLETED

Last updated