cURL
curl --request GET \ --url https://www.useroulette.com/api/v1/companies/{id}/download \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "download_url": "<string>", "expires_at": "2023-11-07T05:31:56Z" } }
Generate a signed download URL for the company’s pitch deck PDF. URLs are temporary and expire after the specified duration.
1 <= x <= 1440
Show child attributes