POST: Generate Signed URL
Learn how you can make a POST request to generate a signed URL
You can dynamically generate a signed URL from a template and render content publicly without leaking your API key
NOTE: Only templates with renderType
as images
can be rendered through
signed URLs
POST Request
You can learn more about params:
expiresAt
: UNIX timestamp value e.g(1744550160505
) of when you want the signed URL to expire, set tonull
if you do not want the signed URL to expiretemplateId
modifications
renderType
SDKs
If you prefer, you can use our SDKs which give you abstracted functions to quickly generate signed URLs