CONTENT CREATION

On-demand localized screenshot render via webhook API

Accepts a webhook with a frame ID and target market, renders the localized screenshot through an image model, stores it in R2, and returns the public URL in the webhook response.

CategoryContent Creation
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWebhook POST with frame ID + market codeHTTP webhook
  • LogicValidate market and load translated stringsPostgreSQLPostgres
  • ActionRender localized screenshot via image modelReplicateReplicate
  • ActionUpload render to R2 with cacheable keyCloudflareCloudflare R2
  • OutputReturn public R2 URL + locale in webhook responseHTTP webhook

What it does

Exposes localized screenshot generation as a callable endpoint. A POST with a frame reference and a market code returns a hosted URL to a freshly rendered, locale-correct screenshot, so other tools and dashboards can request market mockups programmatically.

When to use it

Use it when a CMS, sales deck builder, or internal portal needs localized screenshots on demand rather than from a batch run. Anything that can call a webhook can pull a market-specific render in seconds.

How it works

  1. 1An inbound webhook arrives with the frame ID and target market code.
  2. 2A logic step validates the market code and loads its translated strings from Postgres.
  3. 3The image model renders the screenshot with localized copy applied to the frame.
  4. 4The render is uploaded to R2 under a deterministic, cacheable key.
  5. 5The flow responds to the webhook with the public R2 URL and the locale used.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect PostgresAny Postgres URL — query, write, migrate.
  3. 3
    Connect ReplicateImage, video, and model inference.
  4. 4
    Connect Cloudflare R2Object storage, S3-compatible.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.