平均実行時間20-30s
価格:0.15 PTC/回 Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
num_inference_steps
integer
optionalenable_safety_checker
boolean
optional{
"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 sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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-01-08 07:38:17