Skip to main content

QC renders of rapidmodel

GET 

/api/v2/rapidmodel/:id/renders

The keys of the images are built with the following reasoning: format-source_of_image-name_of_image.png

format refers to the 3D output format of the optimization source of the image can be either 'comparison' or 'original'

In case the image depicts the differences between the input asset and its comparison renders, its key will contain a __diff suffix. References to the renders of the original raw model are also included.

With that said, the keys of the images for an optimization that generated a glb output will be:

  • "glb-back.png"
  • "glb-bottom.png"
  • "glb-front.png"
  • "glb-left.png"
  • "glb-right.png"
  • "glb-top.png"
  • "glb-back__diff.png"
  • "glb-bottom__diff.png"
  • "glb-front__diff.png"
  • "glb-left__diff.png"
  • "glb-right__diff.png"
  • "glb-top__diff.png"
  • "original-back.png"
  • "original-bottom.png"
  • "original-front.png"
  • "original-left.png"
  • "original-right.png"
  • "original-top.png"

Request

Path Parameters

    id integerrequired

    The id of the Rapidmodel

    Example: 281

Responses

success

Schema

    string

Loading...