APIHub
Back to Explore

RiteKit API

RiteKit API is based on REST principles.

Social
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

10028ms p95

Uptime

77.8% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/emoji/auto-emojify

Auto-Emojify

  • text (query, required) — Text of the post
GET

/v1/emoji/suggestions

Emoji Suggestions

  • text (query, required) — Text of the post
GET

/v1/images/animate

Animate Image

  • url (query, required) — URL of the company
  • type (query, required) — URL of the company
GET

/v1/images/logo

Company Logo

  • domain (query, required) — URL of the company
GET

/v1/images/quote

Text to Image

  • quote (query, required) — Text of the quote
  • author (query, required) — Name of the author/source
  • fontSize (query, required) — Font size for the quote (author font size is calculated automatically)
  • quoteFont (query, required) — Font-family used for quote text
  • quoteFontColor (query, required) — Font color of the quote text
  • authorFont (query, required) — Font-family used for author name
  • authorFontColor (query, required) — Font color of the author
  • enableHighlight (query, required) — Enable highlight on quote text
  • highlightColor (query, required) — Color used for highlight
  • bgType (query, required) — Background type (gradient/solid)
  • backgroundColor (query, required) — Background color for solid background type
  • gradientType (query, required) — Type of gradient background (linear/radial)
  • gradientColor1 (query, required) — First color for gradient background type
  • gradientColor2 (query, required) — Second color for gradient background type
  • brandLogo (query, required) — URL of the brand logo
  • animation (query, required) — Animation type: none, rays, glint, circle
  • showQuoteMark (query) — showing/hiding quote mark
GET

/v1/link/cta

List of CTAs

GET

/v1/link/short-link

Shorten Link

  • url (query, required) — URL
  • cta (query, required) — cta id
GET

/v1/search/trending

Trending Hashtags

  • green (query) — Restrict results only to green hashtags. Hides overused (red) hashtags.
  • latin (query) — Restrict results only to hashtags with latin characters
GET

/v1/stats/auto-hashtag

Auto-Hashtag

  • post (query, required) — Text of the post
  • maxHashtags (query) — Max number of hashtags.
  • hashtagPosition (query) — Position of hashtags: end => at the end, auto => anywhere
GET

/v1/stats/hashtag-suggestions

Hashtag Suggestions

  • text (query, required) — Topic
GET

/v1/stats/history/{hashtag}

Hashtag History

  • hashtag (path, required) — Hashtag without # mark
GET

/v1/stats/multiple-hashtags

Hashtag Stats

  • tags (query, required) — Hashtag(s) without # mark
GET

/v2/instagram/hashtags-cleaner

Hashtags cleaner

  • post (query, required) — post

13 endpoints auto-detected

curl -X GET \
  "https://api.ritekit.com/v1/emoji/auto-emojify"

api.ritekit.com · HTTPS only