POST
向 https://stablediffusionapi.com/api/v4/dreambooth/model_list 接口发送请求,以获取包含可用公共模型及其 ID 的列表。curl --location --request POST 'https://stablediffusionapi.com/api/v4/dreambooth/model_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": ""
}'
[
{
"model_id": "string",
"status": "string",
"created_at": null,
"instance_prompt": "string",
"model_name": "string",
"description": "string",
"screenshots": "string"
}
]