Skip to main content
POST
Generate 3D model

Authorizations

Authorization
string
header
required

Bearer authentication using API key

Body

application/json

Request payload

Request format for 3D model generation

image
string
required

Input image for generation, it can be data URL or image URL

model
enum<string>
required

Model name to use for the request

Available options:
tencent/hunyuan3d-v2.5-rapid-image-to-3d
output_format
enum<string>

Output format for the 3D model

Available options:
OBJ,
GLB,
STL,
USDZ,
FBX,
MP4
pbr_enable
boolean
default:true

Whether to enable PBR (Physically Based Rendering) material output

texture_enable
boolean
default:true

Whether to enable texture generation

Response

200 - application/json

Successful response

Standard async task creation response

code
string
required

Status code returned by the service

Example:

"success"

data
object
required

Response payload containing task details

message
string
required

Additional information about the request result