Get generation results

Gets the generation result of a request. To create a generation request, please refer to the `More models` section.

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

Path Parameters

request_idstring

Request ID

Response Body

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