API Reference
For Prism internal use only [Prism staging]
For Prism internal use only [Prism staging]
  • API Reference
  • Specifications
  • HOSTED API
    • API reference
      • Users
        • Terms
      • Scans
        • Measurements
        • Upload url
        • Scan assets
        • Asset urls
        • Bodyfat
        • Health report
      • Body shape prediction
        • Asset urls
    • Specification
  • PRISM API
    • About
    • API reference
      • Scans
        • Body
          • Download url
        • Fitted body
        • Measurements
          • Download url
        • Upload url
      • Users
      • Body shape prediction
        • Download url
    • 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"
}