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_idintegerRequired
deal_idintegerRequired
file_idintegerRequired

Query parameters

content_typestring or nullOptional
downloadbooleanOptionalDefaults to true
redirectbooleanOptionalDefaults to false

Response

Successful Response
methodstring
urlstring
fieldsobject or null
headersobject or null

Errors