Authorization: Bearer ********************
Hunyuan3D-2
Hi3DGen
Step1X-3D
curl --location --request POST 'https://api.pawmaas.com/task/gi/image-to-3d' \ --header 'Authorization: Bearer <token>' \ --form 'model="Hunyuan3D-2"' \ --form 'image=@""' \ --form 'texture="false"' \ --form 'num_inference_steps="5"' \ --form 'octree_resolution="128"' \ --form 'guidance_scale="5"' \ --form 'file_format="glb"' \ --form 'type="glb"' \ --form 'seed="1234"'
{ "task_id": "SPC6X7SLGD0HCJMWFQ3RTLRUNZZV4I1M", "status": "waiting", "created_at": 1744534393609, "urls": {} }