ApiV1ModelPredictionRequest_id

Unknown

GET
/api/v1/model/prediction/{request_id}

Path Parameters

request_idstring

Request ID

Response Body

curl -X GET "https://api.atlascloud.ai/api/v1/model/prediction/string"
{
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ],
  "id": "string",
  "model": "string",
  "outputs": [
    "string"
  ],
  "status": "string",
  "urls": {}
}