Extract random lines
Extract random lines from the input text
App usage
Parameters
Parameter 1
Description: Number of lines to extract
Type: Integer
Required: true
Example
# INPUT TEXT
The quick brown dog jumped over the
lazy fox. The quick brown dog jumped
over the lazy fox. The quick brown dog.
jumped over the lazy fox. The quick
brown dog jumped over the lazy fox.
The quick brown dog jumped over the
lazy fox. The quick brown dog jumped
over the lazy fox. The quick brown dog.
jumped over the lazy fox. The quick
brown dog jumped over the lazy fox.
# Parameter 1
3
# RESULT USING EXAMPLE PARAMETERS
over the lazy fox. The quick brown dog.
The quick brown dog jumped over the
jumped over the lazy fox. The quick
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.