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