This operation provides the asset urls of a specific scan.
/scans/{scanId}/asset-urls
The unique ID of the scan
unique-scan-id
curl -L \ --url 'https://api.hosted.prismlabs.tech/scans/{scanId}/asset-urls'
{ "previewImage": "text", "model": "text", "canonicalBody": "text", "texture": "text", "material": "text", "stripes": "text" }
This operation provides a specific asset url of a specific scan.
/scans/{scanId}/asset-urls/{assetType}
The specific asset type of the scan
preview-image
model
stripes
curl -L \ --url 'https://api.hosted.prismlabs.tech/scans/{scanId}/asset-urls/{assetType}'
text