Download attachment (generates signed URL and redirects)
Contact Notes
Download attachment (generates signed URL and redirects)
Generate a short-lived signed R2 URL for a note attachment with Content-Disposition: attachment, and 302-redirect to it. Used by the notes UI to force-download attachments rather than render inline.
GET
Download attachment (generates signed URL and redirects)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Redirect to the signed download URL. The signed URL has Content-Disposition: attachment so the browser downloads the file.