action ritekit_hashtag_suggestions { label: "Hashtag Suggestions" description: "Returns list of hashtag suggestions for a single-word topic or a shorter text up to 1000 characters. Takes into account both semantic relevancy and real-time hashtag popularity." provider: ritekit method: GET path: "/v1/stats/hashtag-suggestions" encoding: json input: { type: "object" properties: { text: { type: "string" } } required: ["text"] additionalProperties: false } output: { type: "object" additionalProperties: true } }