POST向 https://stablediffusionapi.com/api/v1/enterprise/get_all_models 接口发送请求以获取包含可用公共模型及其 ID 的列表。curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/get_all_models' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key"
}'{
"models": [
{
"load_data": "string",
"model_id": "string"
}
],
"status": "string"
}