task_types image-to-3D to fit users' need better.{
"model": "Qubico/pixal3d",
"task_type": "image-to-3d",
"input": {
"image": "https://i.ibb.co/kgz3ZhwY/e053f0e939da.jpg",
"seed": 0
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/7362635a-d773-474d-a906-c030dff1d40e",
"secret": ""
}
}
}curl --location 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key: Your api key' \
--header 'Content-Type: application/json' \
--data '{
"model": "Qubico/pixal3d",
"task_type": "image-to-3d",
"input": {
"image": "https://i.ibb.co/kgz3ZhwY/e053f0e939da.jpg",
"seed": 0
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/7362635a-d773-474d-a906-c030dff1d40e",
"secret": ""
}
}
}'{
"timestamp": 1781269265,
"data": {
"task_id": "bb9dec98-bd5f-49f6-a58d-5b49d8fb9e7b",
"model": "Qubico/pixal3d",
"task_type": "image-to-3d",
"status": "completed",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/7362635a-d773-474d-a906-c030dff1d40e",
"secret": ""
}
},
"input": {
"image": "https://i.ibb.co/kgz3ZhwY/e053f0e939da.jpg",
"seed": 0
},
"output": {
"model_file": "https://img.theapi.app/temp/b8c351a5-3895-491d-a9de-5c886b2e8c8b.glb"
},
"meta": {
"created_at": "2026-06-12T12:56:49.129031421Z",
"started_at": "2026-06-12T12:56:50.569355443Z",
"ended_at": "2026-06-12T13:01:05.823776209Z",
"usage": {
"type": "point",
"frozen": 0,
"consume": 2500000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
}
}