생성 결과 가져오기
요청의 생성 결과를 가져옵니다. 생성 요청을 만들려면 '더 많은 모델' 섹션을 참조하세요.
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
]
}