task_types image-to-3D to fit users' need better.{
"model": "Qubico/trellis2",
"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 --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/trellis2",
"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": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "6bf192a8-d17a-4c43-b709-176b9ca0e42c",
"model": "Qubico/trellis2",
"task_type": "image-to-3d",
"status": "pending",
"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": null,
"meta": {
"created_at": "2025-12-31T01:03:36.642788022Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 1000000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}