Skip to content

Get Portfolio Photo Download Link

Required scope: portfolio_file:read

Generated Reference
POST /public-api/publicapi.v1.Portfolio/GetPortfolioPhotoDownloadLink

Returns a short-lived download URL for a portfolio photo.

Request GetPortfolioPhotoDownloadLinkRequest
Response GetPortfolioPhotoDownloadLinkResponse

GetPortfolioPhotoDownloadLinkRequest

Field Type
portfolio_id string
photo_id string
visibility PortfolioFileVisibility

GetPortfolioPhotoDownloadLinkResponse

Field Type
download_url string
expires_at int64
{
"portfolioId": "be85f4d1-b680-4964-bf62-9828fdf4ce04",
"photoId": "cba8fef4-4fd2-4be6-af77-326e716ef130",
"visibility": "PUBLIC_PORTFOLIO_FILE_VISIBILITY_INTERNAL"
}