Skip to main content
GET
/
companies
/
{id}
/
download
Get pitch deck download URL
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"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Query Parameters

expiry_minutes
integer
Required range: 1 <= x <= 1440

Response

success
boolean
data
object