action ritekit_auto_hashtag { label: "Auto-Hashtag" description: "Returns auto-hashtagged text of the post." provider: ritekit method: GET path: "/v1/stats/auto-hashtag" encoding: json input: { type: "object" properties: { hashtagPosition: { type: "string" } maxHashtags: { type: "integer" } post: { type: "string" } } required: ["post"] additionalProperties: false } output: { type: "object" additionalProperties: true } }