Skip to main content

Documentation Index

Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

What you need

  • An AutoRender account
  • One image file (JPG/PNG)
  • Your workspace ID

Step 1: Create/select workspace

  1. Sign in to AutoRender.
  2. Copy your workspace ID from settings/dashboard.
The workspace ID is required in every delivery URL.

Step 2: Upload one test image

Upload a test file such as shoe.jpg in the dashboard and place it in a predictable path (for example products/shoe.jpg).

Step 3: Generate your first transformed URL

https://assets.autorender.io/{workspace_id}/w_800,h_800,c_fill/{file_path}
Example:
https://assets.autorender.io/WORKSPACE123/w_800,h_800,c_fill/products/shoe.jpg

Step 4: Add optimization defaults

https://assets.autorender.io/WORKSPACE123/w_800,h_800,c_fill,q_auto,f_auto/products/shoe.jpg
q_auto,f_auto is the safest default for better load speed with minimal quality trade-offs.

Next steps