Every page that gets shared needs an og:image, and wiring up an HTML-to-image endpoint per project is the kind of yak-shave that eats an afternoon. This workflow gives you the endpoint instead. POST a title and a description, get back a hosted image URL, and drop it in your og:image tag.
How it works
- POST to the webhook. Send a JSON body with the fields your card shows, a title and a description at minimum.
- A card renders from the payload. The workflow maps those fields onto your template and renders the social card. Long titles auto-fit instead of overflowing.
- You get back a hosted URL. The response carries a hosted Orshot image URL for that render. It does not post anywhere, it is yours to use.
- Use it as og:image. Put the URL in the page's og:image tag. When the link is shared, the preview is your rendered card.
Where developers use it
Design the card once in the studio, and every route that can build a title and a description has a matching social image on demand.