# 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"]}}}}
````


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.prismlabs.tech/api-reference/api-reference-stage/prism-hosted-api/future-me/future-me-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
