Endpoint
Path parameters
64-character HMAC-SHA256 signature. Computed server-side when generating the signed URL using your
API_SECRET.s--a1b2c3d4e5f6... (64 hex chars)Comma-separated transformation parameters, identical to the public
/t/ endpoint. Must match the transformations used when the signature was generated.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:| Code | Meaning |
|---|---|
200 | Transformed file returned |
400 | Invalid URL format or signature structure |
401 | Signature does not match — tampered or wrong secret |
404 | File not found |
Example
Related
Signed URLs guide
How to generate signed URLs from your backend.
Public Transform
Unrestricted on-the-fly transformations.