平均実行時間20-30s
価格:0.15 PTC/回 Request
Body Params application/json
{
"num_inference_steps": 50,
"guidance_scale": 2.5,
"enable_safety_checker": true,
"output_format": "png",
"pose_image_url": "",
"person_image_url": ""
}
Request Code 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 {
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "928a41d4-40ef-454a-9e93-ad098b3665ae",
"status": "IN_QUEUE"
}
Modified at 2026-01-14 06:40:06