RiteKit API
    RiteKit API
    • Auto-Emojify
      GET
    • Emoji Suggestions
      GET
    • Animate Image
      GET
    • Company Logo
      GET
    • Text to Image
      GET
    • List of CTAs
      GET
    • Shorten Link
      GET
    • Trending Hashtags
      GET
    • Auto-Hashtag
      GET
    • Hashtag Suggestions
      GET
    • Hashtag History
      GET
    • Hashtag Stats
      GET
    • Hashtags cleaner
      GET

      Auto-Hashtag

      GET
      /v1/stats/auto-hashtag
      Returns auto-hashtagged text of the post.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.ritekit.com/v1/stats/auto-hashtag?post=Is artificial intelligence the future of customer service?'
      Response Response Example
      {}

      Request

      Query Params
      post
      string 
      required
      Text of the post
      Example:
      Is artificial intelligence the future of customer service?
      maxHashtags
      integer 
      optional
      Max number of hashtags.
      hashtagPosition
      string 
      optional
      Position of hashtags: end => at the end, auto => anywhere

      Responses

      🟢200OK
      application/json
      Body
      object {0}
      Modified at 2022-09-11 20:00:26
      Previous
      Trending Hashtags
      Next
      Hashtag Suggestions
      Built with