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

      Text to Image

      GET
      /v1/images/quote
      Returns URL of an image created from text according to given style parameters
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.ritekit.com/v1/images/quote?quote=If you love life, don'\''t waste time, for time is what life is made up of&author=Bruce Lee&fontSize=60&quoteFont=Lora&quoteFontColor=%234f4f4f&authorFont=Lato Black&authorFontColor=%23e5e5e5&enableHighlight=1&highlightColor=%23f0ea66&bgType=gradient&backgroundColor=%23000000&gradientType=linear&gradientColor1=%231ee691&gradientColor2=%231ddad6&brandLogo=https://cdn.ritekit.com/assets/img/common/made-with-ritekit-white.png&animation=glint'
      Response Response Example
      {}

      Request

      Query Params
      quote
      string 
      required
      Text of the quote
      Example:
      If you love life, don't waste time, for time is what life is made up of
      author
      string 
      required
      Name of the author/source
      Example:
      Bruce Lee
      fontSize
      integer 
      required
      Font size for the quote (author font size is calculated automatically)
      Example:
      60
      quoteFont
      string 
      required
      Font-family used for quote text
      Example:
      Lora
      quoteFontColor
      string 
      required
      Font color of the quote text
      Example:
      #4f4f4f
      authorFont
      string 
      required
      Font-family used for author name
      Example:
      Lato Black
      authorFontColor
      string 
      required
      Font color of the author
      Example:
      #e5e5e5
      enableHighlight
      integer 
      required
      Enable highlight on quote text
      Example:
      1
      highlightColor
      string 
      required
      Color used for highlight
      Example:
      #f0ea66
      bgType
      string 
      required
      Background type (gradient/solid)
      Example:
      gradient
      backgroundColor
      string 
      required
      Background color for solid background type
      Example:
      #000000
      gradientType
      string 
      required
      Type of gradient background (linear/radial)
      Example:
      linear
      gradientColor1
      string 
      required
      First color for gradient background type
      Example:
      #1ee691
      gradientColor2
      string 
      required
      Second color for gradient background type
      Example:
      #1ddad6
      brandLogo
      string 
      required
      URL of the brand logo
      Example:
      https://cdn.ritekit.com/assets/img/common/made-with-ritekit-white.png
      animation
      string 
      required
      Animation type: none, rays, glint, circle
      Example:
      glint
      showQuoteMark
      integer 
      optional
      showing/hiding quote mark

      Responses

      🟢200OK
      application/json
      Body
      object {0}
      Modified at 2022-09-11 20:00:26
      Previous
      Company Logo
      Next
      List of CTAs
      Built with