ApiVolumes
POST /v1/volumes/{id}/files/presign
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/volumes/string/files/presign" \ -H "Content-Type: application/json" \ -d '{ "path": "string", "operation": "download" }'{ "path": "string", "operation": "download", "url": "http://example.com", "expires_in": 0}Empty