# 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:

```http
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.

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

````json
{"openapi":"3.0.3","info":{"title":"Prism Hosted API","version":"1"},"tags":[{"name":"Future Me - Assets","description":"### Access visual assets generated for Future Me predictions.\n\nUse these endpoints to retrieve preview images, 3D models and other visual assets that represent the predicted **Future Me** body shape.\nTypical use cases include before/after visualizations, coaching flows and product experiences that show users their potential future physique.\n\nAll Future Me - Assets endpoints require the following headers:\n```http\naccept: application/json;v=1\nauthorization: Bearer {{API_KEY}}\ncontent-type: application/json\n```\nReplace `{{API_KEY}}` with your Prism API key for the selected environment.","parent":"Future Me"}],"servers":[{"url":"https://api.hosted.prismlabs.tech","description":"Production environment for Prism Hosted API"},{"url":"https://sandbox-api.hosted.prismlabs.tech","description":"Sandbox environment for Prism Hosted API"}],"paths":{"/body-shape-prediction/{bodyShapePredictionId}/asset-urls":{"get":{"description":"\nThis operation provides the download **URLs** for all available **assets** of a specific **body shape prediction**.","operationId":"BodyShapePredictionAssetUrlsController_findAll_1","parameters":[{"name":"bodyShapePredictionId","required":true,"in":"path","description":"The unique ID of the body shape prediction.","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json;v=1":{"schema":{"$ref":"#/components/schemas/BodyShapePredictionAssetUrlsDto"}}}}},"summary":"Get asset URLs of a body shape prediction.","tags":["Future Me - Assets"]}}},"components":{"schemas":{"BodyShapePredictionAssetUrlsDto":{"type":"object","properties":{"bodyShapePrediction":{"type":"string","nullable":true}},"required":["bodyShapePrediction"]}}}}
````
