https://textsamples.com/api/generate/
GET
Parameter | Description | Default Value | Example |
---|---|---|---|
type |
The type of text to generate. | paragraphs |
small_paragraphs, medium_paragraphs, large_paragraphs, random_paragraphs , sentences , words |
count |
The number of paragraphs, sentences, or words to generate. | 3 |
1 , 5 , 10 |
theme |
The theme of the text. | standard |
standard , tech , food , adventure , football , hipster , dungeons & dragons |
GET https://textsamples.com/api/generate/?type=large_paragraphs&count=7&theme=standard GET https://textsamples.com/api/generate/?type=sentences&count=2&theme=tech GET https://textsamples.com/api/generate/?type=words&count=250&theme=dnd
{ "text": "Your generated placeholder text goes here." }