Oh My Graph Image
Generate custom Open Graph images dynamically in a matter of seconds. Choose the template you like and generate the OG image with a simple HTTP GET request.
3/4Request the image
Preview
4/4Use it on your website
RAW URL
https://omgi.vercel.app/api/generate/basic?heading=Daily+culinary+inspirations+from+the+World%27s+best+chefs.&description=Instead+of+soaking+thin+cream+with+chicken%2C+use+one+container+iced+tea+and+eight+tablespoons+anise+casserole.&badge=Culinary+Inspirations
NPM PACKAGE
import { getTemplateUrl } from 'omgi'; getTemplateUrl({ template: 'basic', values: { heading: 'Daily culinary inspirations from the World\'s best chefs.', description: 'Instead of soaking thin cream with chicken, use one container iced tea and eight tablespoons anise casserole.', badge: 'Culinary Inspirations' }, });