POST
向“ https://stablediffusionapi.com/api/sandbox/v3/fine_tune_status/{training_id}接口发出请求。[使用创建 Dreambooth 请求](https://stablediffusionapi.com/docs/dreambooth-sandbox/finetune#response)`{training_id}`接口启动模型训练时,响应中返回的位置。此接口仅返回已启动的模型训练的信息。curl --location --request POST 'https://stablediffusionapi.com/api/sandbox/v3/fine_tune_status/'\''' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": ""
}'
{
"status": "string",
"messege": "string",
"data": "string"
}