Printago API
POST
/v1/storage/signed-urls
Get signed download URLs
Request Body
File paths to generate URLs for
SignedUrlsRequest
durationoptional
number
pathsrequired
string[]
Example Request
application/json
{
"paths": [
"string"
],
"duration": 1
}
Response Schema
SignedUrlsResponse
signedUrlsrequired
string[]
Example Response
201 OK — application/json
{
"signedUrls": [
"string"
]
}