{"ok":true,"tool":"Hashtag Generator","operation":"generate-hashtags","description":"Generate hashtags from text.","method":"POST","endpoint":"/api/hashtag-generator","webUrl":"https://ultraquick.tools/tools/hashtag-generator","parameters":{"type":"object","properties":{"text":{"type":"string","description":"Text to extract hashtags from"},"maxTags":{"type":"integer","description":"Maximum number of hashtags (default 10)"}},"required":["text"]},"response":{"type":"object","properties":{"hashtags":{"type":"array","items":{"type":"string"}},"count":{"type":"integer"}}},"example":{"request":{"text":"how to make money online fast","maxTags":10},"response_shape":{"type":"object","properties":{"hashtags":{"type":"array","items":{"type":"string"}},"count":{"type":"integer"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/hashtag-generator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  text (string, required) — Text to extract hashtags from\n  maxTags (integer, optional) — Maximum number of hashtags (default 10)","curlExample":"curl -X POST https://ultraquick.tools/api/hashtag-generator -H \"Content-Type: application/json\" -d '{\"text\":\"how to make money online fast\",\"maxTags\":10}'"}