{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Presigned Object URLs API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Presigned Object URLs", "type": "folder" }, "items": [ { "info": { "name": "Create Presigned Object URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/storage/buckets/:bucketName/:objectName/presigned_url", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "The name of the bucket" }, { "name": "objectName", "value": "", "type": "path", "description": "The name of the object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a timed and authenticated URL to download (GET) or upload (PUT) an object. This is the equivalent to AWS S3’s “presigned” URL. Please note that Telnyx performs authentication differently from AWS S3 and you MUST NOT use the presign method of AWS s3api CLI or SDK to generate the presigned URL. \n\nRefer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls\n" } ] } ], "bundled": true }