This operation provides the asset urls of a specific scan.
The unique ID of the scan
unique-scan-id
GET /scans/{scanId}/asset-urls HTTP/1.1 Host: api.hosted.prismlabs.tech Accept: */*
{ "previewImage": "text", "model": "text", "canonicalBody": "text", "texture": "text", "material": "text", "stripes": "text" }
This operation provides a specific asset url of a specific scan.
The specific asset type of the scan
preview-image
model
stripes
GET /scans/{scanId}/asset-urls/{assetType} HTTP/1.1 Host: api.hosted.prismlabs.tech Accept: */*
text