Free Quotes API Documentation
Base URL
https://textintoimages.com/random-quote/api/
Get Random Quote
GET https://textintoimages.com/random-quote/api/
{
"id": 123,
"quoteText": "Genius is one percent inspiration and ninety-nine percent perspiration.",
"quoteAuthor": "Thomas Edison"
}
Get Quote by ID
GET https://textintoimages.com/random-quote/api/?id=111
Get Paginated Quotes
GET https://textintoimages.com/random-quote/api/list.php?page=1&offset=10
Generate Random Quote Image
Generate random quotes with image using this endpoint.
GET https://textintoimages.com/random-quote/api/create-image
?text={quote}
&backgroundType=random-image
&background=nature
Error Codes
- 400 – Bad Request
- 404 – Not Found
- 500 – Server Error