Skip to main content

QC renders of base asset

GET 

/api/v2/rawmodel/:id/renders

The keys of the images are built with the following reasoning: <format>-<name of the image>.png

<format> refers to the 3D input format to be optimized

With that said, the keys of the images for an input usdz will be:

  • "usdz-back.png"
  • "usdz-bottom.png"
  • "usdz-front.png"
  • "usdz-left.png"
  • "usdz-right.png"
  • "usdz-top.png"

Request

Path Parameters

    id integerrequired

    The id of the Rawmodel

    Example: 281

Responses

success

Schema

    string

Loading...