integrations.sh
← all integrations

RiteKit API

OpenAPI apis-guru social

RiteKit API is based on REST principles.

Authentication uses standard OAuth 2.0 process

##Getting started

  1. Sign up for

  2. Go to

  3. Click "Create a token" button to get your Client ID and Client secret

  4. When you reach your free limit of calls per month,

Options for authorizing API Calls

Using Client ID directly

You can directly connect to our API using your client ID by sending it as a GET query parameter. This option is simple (no need for oAuth) but it should be used only in case the Client ID is not exposed publicly.

GET

Homepage
https://api.apis.guru/v2/specs/ritekit.com/1.0.0.json
Provider
ritekit.com
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/ritekit.com/1.0.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/ritekit.com/1.0.0/openapi.yaml

Tools (15)

Extracted live via the executor SDK.

  • emoji.autoEmojify

    Returns text of the post with emoji added

  • emoji.emojiSuggestions

    Returns list of emoji suggestions for a given text of the post

  • images.animateImage

    Returns URL of an animated GIF.

  • images.companyLogo

    Returns a company logo based on website domain. If the logo is not in our database yet, it will be extracted from the site on the fly. White logo background is automatically removed to make the logo look better on color backgrounds.

    Note: It is not possible to access our company logo API publicly without authentication. If you wish to do so, you have to create proxy on your own server that calls our API from the server side.

  • images.textToImage

    Returns URL of an image created from text according to given style parameters

  • instagram.hashtagsCleaner

    Remove banned hashtags before posting to Instagram

  • link.listOfCtAs

    Returns list of available CTA for current user. Requires each user to authenticate with RiteKit

  • link.shortenLink

    Returns a shorten link with a given CTA.

  • search.trendingHashtags

    Returns list of hashtags currently trending on Twitter

  • stats.autoHashtag

    Returns auto-hashtagged text of the post.

  • stats.hashtagHistory

    Returns historical stats for a given hashtag from the last 30 days

  • stats.hashtagStats

    Returns real-time stats for up to 100 hashtags (updated hourly).

  • stats.hashtagSuggestions

    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.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools