A Source Path lets you point Autorender at any HTTP origin — your own server, a CDN, or a third-party host — and start delivering optimized images without moving a single file.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.
How it works
When a request hits your Autorender delivery URL, Autorender fetches the original image from your configured base URL, applies any requested transformations, and serves the result. The original asset stays exactly where it is.Step 1: Create an Image Source origin
- Sign in to AutoRender and go to Sources.
- Click Create Source.
- Set Origin Type to Source Path.
- Fill in the fields below, then click Create Source.
Configuration fields
| Field | Required | Description |
|---|---|---|
| Origin Name | Yes | A short identifier for this source (letters, numbers, and hyphens only). This becomes part of your delivery URL: https://assets.autorender.io/{workspace}-{origin}/{file_path} |
| Base URL | Yes | The root URL of your image server (e.g., https://example.com/images). Autorender appends the requested path to this when fetching the original asset. |
| Canonical Header | No | The request header Autorender reads to resolve the canonical host. Defaults to x-forwarded-host. Only set this if your origin requires a specific host header for routing. |
| Forward Header | No | When checked, Autorender forwards the incoming request’s headers to your origin. Useful if your server validates headers such as Authorization or custom tokens. |
Origin names cannot be changed after creation. Choose a name that reflects the source (e.g.,
store-images, cdn-prod).Step 2: Verify your delivery URL
Once the source is created, your assets are reachable at:aqucPWk0NG, your origin name is store, and you have an image at https://example.com/images/products/shoe.jpg, the Autorender URL is: