Generator
Random Group Generator
Randomly group input data into specified number of groups with flexible options
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/random-group-generator' \
-H 'Content-Type: application/json' \
-d '{"data":"Enter items to group, separated by newlines or custom separator","groupCount":2,"groupBy":"count","separator":"\\n","allowEmptyGroups":false,"maintainOrder":false,"showGroupNumbers":true,"prefix":"Group"}'