Register or update an image URL
register_imageBind a direct image URL to a stable key (e.g., 'hero.background') for reuse. Idempotent: calling again with the same key replaces the URL. Zero credits.
Instructions
Bind a direct image URL to a stable key (e.g. 'hero.background' → https://cdn.example.com/hero.webp). Idempotent — calling twice with the same key swaps the URL. Costs 0 credits. For AI-generated images use generate_image instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Stable image key, e.g. 'hero.background' or 'gallery/shot1'. | |
| url | Yes | Direct image URL (must be publicly accessible). |