Text to Image
GET
/v1/images/quote
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"eFont=Lora"eFontColor=%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
Example:
If you love life, don't waste time, for time is what life is made up of
author
string
required
Example:
Bruce Lee
fontSize
integer
required
Example:
60
quoteFont
string
required
Example:
Lora
quoteFontColor
string
required
Example:
#4f4f4f
authorFont
string
required
Example:
Lato Black
authorFontColor
string
required
Example:
#e5e5e5
enableHighlight
integer
required
Example:
1
highlightColor
string
required
Example:
#f0ea66
bgType
string
required
Example:
gradient
backgroundColor
string
required
Example:
#000000
gradientType
string
required
Example:
linear
gradientColor1
string
required
Example:
#1ee691
gradientColor2
string
required
Example:
#1ddad6
brandLogo
string
required
Example:
https://cdn.ritekit.com/assets/img/common/made-with-ritekit-white.png
animation
string
required
Example:
glint
showQuoteMark
integer
optional
Responses
Modified at 2022-09-11 20:00:26