Ritekit
Connector for the ritekit API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>