{"ok":true,"tool":"Meta Tag Generator","operation":"generate-meta-tags","description":"Generate SEO meta tags, Open Graph, Twitter Cards, and JSON-LD.","method":"POST","endpoint":"/api/meta-tag-generator","webUrl":"https://ultraquick.tools/tools/meta-tag-generator","parameters":{"type":"object","properties":{"title":{"type":"string","description":"Page title"},"description":{"type":"string","description":"Meta description"},"url":{"type":"string","description":"Canonical URL"},"image":{"type":"string","description":"Social sharing image URL"},"siteName":{"type":"string","description":"Site name for JSON-LD"}},"required":["title","description"]},"response":{"type":"object","properties":{"html":{"type":"string"},"tags":{"type":"array"}}},"example":{"request":{"title":"My Page","description":"A great page about things","url":"https://example.com"},"response_shape":{"type":"object","properties":{"html":{"type":"string"},"tags":{"type":"array"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/meta-tag-generator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  title (string, required) — Page title\n  description (string, required) — Meta description\n  url (string, optional) — Canonical URL\n  image (string, optional) — Social sharing image URL\n  siteName (string, optional) — Site name for JSON-LD","curlExample":"curl -X POST https://ultraquick.tools/api/meta-tag-generator -H \"Content-Type: application/json\" -d '{\"title\":\"My Page\",\"description\":\"A great page about things\",\"url\":\"https://example.com\"}'"}