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

Upload url

PreviousMeasurementsNextScan assets

get the upload url

post

This operation provides an upload url for a specific scan for uploading capture data to Prism.

Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Responses
201Success
application/json;v=1
post
POST /scans/{scanId}/upload-url HTTP/1.1
Host: api.hosted.prismlabs.tech
Accept: */*
201Success
{
  "expirationTime": "text",
  "url": "https://signed-url"
}