v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Presigned Object URLs

Create Presigned Object URL

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.

Refer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls

post/storage/buckets/{bucketName}/{objectName}/presigned_url

Path parameters

bucketNamestring required

The name of the bucket

objectNamestring required

The name of the object

Request body

ttlinteger

The time to live of the token in seconds

Example request

{
  "ttl": 60
}

Response

Presigned URL Object Response