File Read Url
Get a signed URL to read a file by its ID for a specific group and deal.
Args: download: If True, the signed URL will force a download. If False, allows inline viewing. redirect: If True, returns a 302 redirect to the signed URL instead of JSON. Useful for embedding in <img src=”…”> tags without client-side JavaScript.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
group_id
deal_id
file_id
Query parameters
content_type
download
redirect
Response
Successful Response
method
url
fields
headers

