API Reference
Prism Hosted API [Prod]
Prism Hosted API [Prod]
  • HOSTED API
    • About
    • API reference
      • Users
        • Terms
      • Scans
        • Measurements
        • Upload url
        • Scan assets
        • Asset urls
        • Bodyfat
        • Health report
      • Body shape prediction
        • Asset urls
    • Specification
Powered by GitBook
On this page
  1. HOSTED API
  2. API reference
  3. Scans

Asset urls

PreviousScan assetsNextBodyfat

get asset urls of a scan

get

This operation provides the asset urls of a specific scan.

Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Responses
200Success
application/json;v=1
get
GET /scans/{scanId}/asset-urls HTTP/1.1
Host: api.hosted.prismlabs.tech
Accept: */*
200Success
{
  "previewImage": "text",
  "model": "text",
  "canonicalBody": "text",
  "texture": "text",
  "material": "text",
  "stripes": "text"
}

get specific asset url of a scan

get

This operation provides a specific asset url of a specific scan.

Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
assetTypestring ยท enumRequired

The specific asset type of the scan

Possible values:
Responses
200Success
application/json;v=1
Responsestring
get
GET /scans/{scanId}/asset-urls/{assetType} HTTP/1.1
Host: api.hosted.prismlabs.tech
Accept: */*
200Success
text
  • GETget asset urls of a scan
  • GETget specific asset url of a scan