Endpoint
Path parameters
string
required
16-character HMAC-SHA256 signature, truncated from the full digest. Computed server-side when generating the signed URL using your
API_SECRET.s--a1b2c3d4e5f6a7b8 (16 hex chars)The server rejects any other length with 400 before it even checks the value.string
Comma-separated transformation parameters, identical to the public
/t/
endpoint. Must match the transformations used when the signature was
generated.string
required
Path to the file, identical to the public
/t/ endpoint. Must match the path
used when the signature was generated.How signatures work
The signature is computed over the combination of transformations + file path usingAPI_SECRET as the HMAC key. Any change to the URL (different params or path) will invalidate the signature.
See Signed URLs for code examples on generating signatures.
Response
Same as the public transform endpoint, returns binary file content. Status codes:Example
Related
Signed URLs guide
How to generate signed URLs from your backend.
Public Transform
Unrestricted on-the-fly transformations.