TwoDToThreeDRequest
Request body for 2D to 3D conversion.
At least one front image is required — either as a file upload (frontImage)
or as a URL (frontImageUrl). The legacy images field is also accepted for
backward compatibility (first entry maps to the front view).
- backType: string
Image Back view image file (optional, improves model quality)
- backType: string Format: uri
Image Url Back view image URL (alternative to backImage file upload)
- frontType: string
Image Front view image file (required unless frontImageUrl or images is provided)
- frontType: string Format: uri
Image Url Front view image URL (alternative to frontImage file upload)
- imagesType: array
Legacy: array of image files or URLs — first entry maps to the front view
- Type: string
- leftType: string
Image Left view image file (optional, improves model quality)
- leftType: string Format: uri
Image Url Left view image URL (alternative to leftImage file upload)
- modelType: string enum
Format Output 3D model format
values- glb
- obj
- usdz
- modelType: string enum
Type Standard or Premium 3D Model generation. Standard model only supports front and back image, Premium model supports all angles.
values- standard
- premium
- rightType: string
Image Right view image file (optional, improves model quality)
- rightType: string Format: uri
Image Url Right view image URL (alternative to rightImage file upload)
- tagsType: array string[]
Optional client-supplied tags returned as-is in the response