Sign a download URL for one of the band’s stored files
POST/api/band/storage/download-url
POST
/api/band/storage/download-url
Owner-only. Returns a short-lived presigned GET URL with attachment disposition. The key must sit under the band’s own storage prefix.
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”object
bucket
required
string
key
required
string
Responses
Section titled “Responses”Signed download URL
object
ok
required
boolean
data
Bad request
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / no permission
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
