平均运行时长20-30s
价格:0.15 PTC/次 Request
示例值:Bearer {{YOUR_API_KEY}}
Body Params application/json
num_inference_steps
integer
可选enable_safety_checker
boolean
可选{
"num_inference_steps": 50,
"guidance_scale": 2.5,
"enable_safety_checker": true,
"output_format": "png",
"pose_image_url": "",
"person_image_url": ""
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/pose-transfer' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"num_inference_steps": 50,
"guidance_scale": 2.5,
"enable_safety_checker": true,
"output_format": "png",
"pose_image_url": "",
"person_image_url": ""
}'
Responses
application/json {
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Modified at 2025-03-06 21:56:41