Future Me Assets

Access visual assets generated for Future Me predictions.

Use these endpoints to retrieve preview images, 3D models and other visual assets that represent the predicted Future Me body shape. Typical use cases include before/after visualizations, coaching flows and product experiences that show users their potential future physique.

All Future Me - Assets endpoints require the following headers:

accept: application/json;v=1
authorization: Bearer {{API_KEY}}
content-type: application/json

Replace {{API_KEY}} with your Prism API key for the selected environment.

Get asset URLs of a body shape prediction.

get
/body-shape-prediction/{bodyShapePredictionId}/asset-urls

This operation provides the download URLs for all available assets of a specific body shape prediction.

Path parameters
bodyShapePredictionIdstringRequired

The unique ID of the body shape prediction.

Example: unique-body-shape-prediction-id
Responses
chevron-right
200Success
application/json;v=1
bodyShapePredictionstring · nullableRequired
get
/body-shape-prediction/{bodyShapePredictionId}/asset-urls
200Success

Last updated