t_ token. Instead of repeating a long token string across your app, you reference t_thumbnail and Autorender expands it to the stored transformation before processing.
Recipes are managed in your workspace settings. To create or change a preset, contact Autorender support with the recipe name and the transformation string you want it to expand to.
How does it work?
When a URL contains at_{name} token, Autorender expands it to the stored transformation string, then applies any additional parameters in the same URL and delivers the result. A recipe and its expanded equivalent produce the same output.
- Using a recipe
- Full transformation
t_thumbnail expands to c_fill,w_300,h_300,p_c, producing a 300×300 px center-filled crop.
How to use a recipe?
Add thet_{name} token to the transform segment, the same place you would put any other parameter. Autorender detects the t_ prefix, expands the token, merges any extra parameters you pass, and delivers the processed asset.
You can layer additional transforms after the token — t_thumbnail,e_blur:20 applies the thumbnail recipe and then a blur.
E-commerce recipes
Standardize a product catalog by mapping each surface to a named recipe.
Use different recipes for main images and thumbnails so each surface stays consistent:
Next steps
Resize and aspect ratio
Build the sizing tokens your recipes expand to.
Crop
Add crop modes and focus detection to a recipe.
Effects
Bake enhancement and color effects into a preset.
Introduction
Review the full transformation parameter reference.
