Generate Thumbnails
The Model Derivative API can be used to generate thumbnails of a model. You can generate three different-sized thumbnails: 100x100, 200x200, and 400x400.
The following workflow describes how to generate thumbnails:
- Call Create Translation Job to generate the thumbnails. Set the output format type to
thumbnail
, and specify the thumbnail size. - Call Fetch Manifest to verify whether the thumbnail generation is complete and the thumbnail is ready to be downloaded.
- When the translation is complete, use the Fetch Manifest operation to obtain the URN of the thumbnail.
- Use the thumbnail URN to call Fetch Thumbnail to download the thumbnail.