RiteKit API
RiteKit API is based on REST principles.
Authentication uses standard OAuth 2.0 process
##Getting started
-
Sign up for
-
Go to
-
Click "Create a token" button to get your Client ID and Client secret
-
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.autoEmojifyReturns text of the post with emoji added
-
emoji.emojiSuggestionsReturns list of emoji suggestions for a given text of the post
-
images.animateImageReturns URL of an animated GIF.
-
images.companyLogoReturns 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.textToImageReturns URL of an image created from text according to given style parameters
-
instagram.hashtagsCleanerRemove banned hashtags before posting to Instagram
-
link.listOfCtAsReturns list of available CTA for current user. Requires each user to authenticate with RiteKit
-
link.shortenLinkReturns a shorten link with a given CTA.
-
search.trendingHashtagsReturns list of hashtags currently trending on Twitter
-
stats.autoHashtagReturns auto-hashtagged text of the post.
-
stats.hashtagHistoryReturns historical stats for a given hashtag from the last 30 days
-
stats.hashtagStatsReturns real-time stats for up to 100 hashtags (updated hourly).
-
stats.hashtagSuggestionsReturns 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.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools