← Back to blog

How to Automate OG Image Generation for Client Websites

Generating one OG image for a homepage is quick. Generating them for every blog post, service page, case study, and landing page on a 70-page client site is a different problem. If you are doing it manually — opening a design tool, customizing a template, exporting, uploading — you are spending hours on work that should take minutes.

How the MakeOG API Works

The API is a single endpoint. Send a POST request to /api/generate-og with a JSON body containing the URL you want to generate an image for.

Pro and Team plan subscribers include API access with a bearer token. Include the token in the Authorization header on every request.