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

API key authentication. Generate keys from your account settings.

Include in header: Authorization: Bearer YOUR_API_KEY

Path Parameters

id
string<uuid>
required

The unique identifier of the company

Query Parameters

expiry_minutes
integer

URL expiry time in minutes (default varies by plan)

Required range: 1 <= x <= 1440

Response

Download URL generated

success
boolean
data
object