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).

  • backImage
    Type: string

    Back view image file (optional, improves model quality)

  • backImageUrl
    Type: stringFormat: uri

    Back view image URL (alternative to backImage file upload)

  • frontImage
    Type: string

    Front view image file (required unless frontImageUrl or images is provided)

  • frontImageUrl
    Type: stringFormat: uri

    Front view image URL (alternative to frontImage file upload)

  • images
    Type: array

    Legacy: array of image files or URLs — first entry maps to the front view

      • Type: string
  • leftImage
    Type: string

    Left view image file (optional, improves model quality)

  • leftImageUrl
    Type: stringFormat: uri

    Left view image URL (alternative to leftImage file upload)

  • modelFormat
    Type: stringenum

    Output 3D model format

    values
    • glb
    • obj
    • usdz
  • modelType
    Type: stringenum

    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
  • rightImage
    Type: string

    Right view image file (optional, improves model quality)

  • rightImageUrl
    Type: stringFormat: uri

    Right view image URL (alternative to rightImage file upload)