RiteKit API
RiteKit API is based on REST principles.
Authentication uses standard OAuth 2.0 process
Getting started
-
Sign up for RiteKit
-
Go to developer dashboard
-
Click "Create a token" button to get your Client ID and Client secret
-
When you reach your free limit of calls per month, upgrade to paid tiers
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 https://api.ritekit.com/v1/stats/multiple-hashtags?tags=php&client_id=292c6912e7710c838347ae178b4a
Screenshot:
Base URL:
Auth: unknown
Endpoints: 11
Reachable: unknown
CORS: unknown
https://api.ritekit.comAuth: unknown
Endpoints: 11
Reachable: unknown
CORS: unknown
Topics
Endpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/v1/emoji/auto-emojify | Auto-Emojify | — | — | — |
GET |
/v1/emoji/suggestions | Emoji Suggestions | — | — | — |
GET |
/v1/images/animate | Animate Image | — | — | — |
GET |
/v1/images/logo | Company Logo | — | — | — |
GET |
/v1/images/quote | Text to Image | — | — | — |
GET |
/v1/link/cta | List of CTAs | — | — | — |
GET |
/v1/link/short-link | Shorten Link | — | — | — |
GET |
/v1/search/trending | Trending Hashtags | — | — | — |
GET |
/v1/stats/auto-hashtag | Auto-Hashtag | — | — | — |
GET |
/v1/stats/hashtag-suggestions | Hashtag Suggestions | — | — | — |
GET |
/v1/stats/history/{hashtag} | Hashtag History | — | — | — |
GET |
/v1/stats/multiple-hashtags | Hashtag Stats | — | — | — |
GET |
/v2/instagram/hashtags-cleaner | Hashtags cleaner | — | — | — |