Hunyuan3d-v21 (Generate 3D Model)
From Huanyuan: Image-to-3D Model Generation Version 2.1, capable of producing ultra-detailed 3D models
Request
Body Params  application/json
{
  "input_image_url": ""
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/hunyuan3d-v21' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "input_image_url": ""
}'
Responses
application/json {
    "completed_at": "",
    "created_at": "",
    "error": "",
    "id": "",
    "model": "",
    "output": "",
    "started_at": "",
    "status": ""
}
Modified at 2025-07-31 08:40:57