API responses and assets delivery
Given that the assets returned from the API are often bigger than the typical API responses in other platforms, our API relies on AWS S3 buckets to deliver all assets. A single high-resolution 3D mesh file can be in the single-digit MBs. For endpoints that return assets, a short-lived download URL will be provided from where the assets can be downloaded from.
All responses are in either JSON format for numerical/string data, or zip files containing .ply
files for body avatar meshes, or a combination of both. Please note that Prism Labs does not currently guarantee storage of generated assets in the long term and it is expected that partners will download the requested assets and store them in their own systems.
Sample files of what the payload coming from the Prism API looks like can be found in the Sample Data section.
Last updated