HTTP GET
HTTP GET
Returns one or more paragraphs of lorem ipsum placeholder text.
Parameters
max_length
(optional) - maximum character length.
paragraphs
(optional) - number of paragraphs to generate. If unset, a default value of 1
will be used.
start_with_lorem_ipsum
(optional) - whether to begin the text with the words "Lorem ipsum". Must be either true
or false
. If unset, a default value of true
will be used.
random
(optional) - whether to randomly generate paragraphs. Must be either true
or false
. If unset, a default value of true
will be used.