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

      Company Logo

      GET
      /v1/images/logo
      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.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.ritekit.com/v1/images/logo?domain=google.com'
      Response Response Example
      {}

      Request

      Query Params
      domain
      string 
      required
      URL of the company
      Example:
      google.com

      Responses

      🟢200OK
      application/json
      Body
      object {0}
      Modified at 2022-09-11 20:00:26
      Previous
      Animate Image
      Next
      Text to Image
      Built with