POST
向https://stablediffusionapi.com/api/v4/dreambooth/fetch端点发送请求以返回相应的排队图像,由请求正文中的**request_id参数指定。**curl --location --request POST 'https://stablediffusionapi.com/api/v4/dreambooth/fetch' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"request_id": "your_request_id"
}'
{
"status": "string",
"id": 0,
"output": [
"string"
]
}