📋

OG Meta Tag Generator

Generate Open Graph meta tags for social media sharing.

web API: POST /api/tools/og-meta-gen

Input

🔌 API Usage

POST /api/tools/og-meta-gen
Content-Type: application/json

// Example body:
{
  "title": "My Page Title",
  "description": "A description of the page content.",
  "url": "https://example.com/page",
  "image_url": "https://example.com/image.jpg",
  "type": "website"
}