获取排队图像
开发环境
https://stablediffusionapi.com/v1
开发环境
https://stablediffusionapi.com/v1
POST
https://stablediffusionapi.com/api/v1/enterprise/fetch
POST
向 https://stablediffusionapi.com/api/v1/enterprise/fetch 接口发送请求以返回相应的排队图像,由请求正文中的 request_id 参数指定。请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/fetch' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"request_id": "your_request_id"
}'
响应示例响应示例
[
"string"
]
请求参数
Body 参数application/json