Box
Create presigned url
Create a presigned url for a storage key. This endpoint provides a presigned url for a storage key, which can be used to download the file from the storage.
post/boxes/{boxId}/storage/presigned-url
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"expiresIn": "30m",
"storageKey": "storage://xxxxxx/xxxxxx/xxxxxxx"
}Response
Presigned url
string required