作业结果(result)

Request

  • Endpoint: POST https://app.real-api.online/rapi/ask_service

  • Headers:

    • Content-Type: application/json

  • Body:

{
  "prodCred": {
    "insID": 0,
    "appKey": "ABC",
    "prodKey": "DEF"
  },
  "ask": "result",
  "service": {
      "jobID": "<job_id>"
  }
}

Response

  • Status: 200 OK

  • Body:

{
    "msg": "SUCCESS",
    "data": {
        "status": "COMPLETED",
        "jobID": <job_id>,
        "url": "https://<url_to_get>"
    }
}