Task(任务提交)
POST
/tripo3d/v2/openapi/task具体用法请看官方文档:
https://platform.tripo3d.ai/docs/generation
v2.0 | Base | Standard | HD Texture |
---|---|---|---|
Text | 0.15 | 0.3 | 0.45 |
Image | 0.3 | 0.45 | 0.6 |
Image with Style | 0.375 | 0.525 | 0.675 |
Multiview | 0.3 | 0.45 | 0.6 |
Texture | X | 0.15 | 0.3 |
价格:请看图表,单位为PTC
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
type
enum<string>
必需
枚举值:
text_to_modelimage_to_modelmultiview_to_modeltexture_modelanimate_prerigcheckanimate_riganimate_retargetstylize_modelconvert_model
model_version
enum<string>
必需
枚举值:
v2.0-20240919v1.4-20240625v2.5-20250123
prompt
string
必需
示例1
{
"type": "text_to_model",
"prompt": "a cute pig",
"model_version": "v2.0-20240919"
}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前