Api referenceStorageFiles
Create the signed upload of a file
Add signed upload to a storage
Add signed upload to a storage
AuthorizationBearer <token>
In: header
Query Parameters
use-global-bucket*boolean
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/storage/files/signed-upload?use-global-bucket=true" \ -H "Content-Type: application/json" \ -d '{}'{}