Ritekit
RiteKit is a social media marketing toolkit for hashtags, post optimization, and social content enhancement.
- Base URL:
https://api.ritekit.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
auto_emojify— GET /v1/emoji/auto-emojify — Auto-Emojifyemoji_suggestions— GET /v1/emoji/suggestions — Emoji Suggestionsanimate_image— GET /v1/images/animate — Animate Imagecompany_logo— GET /v1/images/logo — Company Logotext_to_image— GET /v1/images/quote — Text to Imagelist_of_ctas— GET /v1/link/cta — List of CTAs
Inputs
apiKey— your ritekit API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: auto_emojify
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: auto_emojify, emoji_suggestions, animate_image, company_logo, text_to_image, list_of_ctas |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |