Getting started with the Prism API
This section will help you get started with the Prism Labs Body Scanning and Insights API.
The Prism API is an interface for interacting with Prism Labs’s computer vision and machine learning cloud pipeline for generating 3D body insights and assets. This pipeline takes in inputs (e.g. camera capture data from a scanner, or a reference to an asset already produced by the pipeline) and produces new assets as an output.
The API allows a partner to make specific inputs to the Prism pipeline, request status updates as the pipeline does its work, and request the resulting assets when it finishes. It works as a job system: request a job, wait for the job to finish, and download the finished assets.
The API was built with flexibility in mind so that requesting as many assets as desired can be done in a simple way. Because of this, certain jobs must be completed as prerequisites for other jobs (see Getting from scan to insights section below).
Last updated