Hyper3d-Rodin(生成3D模型)
POST
/302/submit/hyper3d-rodin来自Hyper3D的图片生成3D模型,可以生成超精细的3D建模
官方API文档:https://developer.hyper3d.ai/zh_cn/api-specification/rodin-generation
价格:0.7 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
prompt
string
必需
input_image_urls
array[string]
可选
condition_mode
string
可选
geometry_file_format
string
可选
glb
usdz
fbx
obj
stl
material
string
可选
PBR
Shaded
quality
string
可选
high
medium
low
extra-low
tier
string
可选
Regular
Sketch
use_hyper
boolean
可选
addons
string
可选
TAPose
boolean
可选
seed
integer
可选
bbox_condition
string
可选
示例1
{
"prompt": "a dish of salmon",
"input_image_urls": [
"https://xxx.com/xx.jpg"
],
"condition_mode": "concat",
"geometry_file_format": "glb",
"material": "PBR",
"quality": "medium",
"tier": "Regular",
"use_hyper": false,
"TAPose": false,
"seed": 0
}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
completed_at
string
必需
created_at
string
必需
error
string
必需
id
string
必需
model
string
必需
output
string
必需
started_at
string
必需
status
string
必需
示例
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
最后修改时间: 3 个月前