Download a person asset by asset ID

Streams the binary or text content of the asset identified by assetId. Returns HTTP 302 if the content is hosted at a remote URL; returns HTTP 200 with the raw content otherwise. Use the name variant (downloadPersonAssetByName) when you have the asset name but not the id. The access token is optional on this operation: omit it and Extole serves only the person's PUBLIC assets, resolving the client from the request domain. Supply a token belonging to the person to reach their PRIVATE assets. Omitting the token is the recommended way to render another person's avatar, so no token has to be embedded in an image URL.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Extole unique profile identifier of this user at Extole.

string
required

The Extole-assigned unique identifier of the asset.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

302

Redirect to remote asset content.

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json