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: stringFormat: 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: stringFormat: 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: stringFormat: uri
Image Url Left view image URL (alternative to leftImage file upload)
- modelType: stringenum
Format Output 3D model format
values- glb
- obj
- usdz
- modelType: stringenum
Type Model quality tier.
standard— faster generation; supports front and back images only.premium— higher-quality generation; supports all four angles (front, back, left, right).values- standard
- premium
- rightType: string
Image Right view image file (optional, improves model quality)
- rightType: stringFormat: uri
Image Url Right view image URL (alternative to rightImage file upload)
- tagsType: array string[]
Optional user-defined tags to associate with the job (e.g. SKU, campaign). Send as repeated
tags[]multipart fields.