# Get a Portfolio File Download URL **GET /portfolio_files/{id}/download_url** Returns a temporary download URL for a portfolio file. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string(uuid)) ID of the portfolio file ## Responses ### 200 Successfully retrieved the download URL #### Body: application/json (object) - **download_url** (string(uri)) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden - The authenticated user does not have access to the requested resource #### Body: application/json (object) - **errors** (array[object]) ### 404 Not Found - The requested resource was not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)