🎲
Random Data Generator
Generate random names, emails, addresses, phone numbers, or company names.
generators
API: POST /api/tools/random-data
Input
Result
🔌 API Usage
POST /api/tools/random-data
Content-Type: application/json
// Example body:
{
"type": "name",
"count": "5"
}
Content-Type: application/json
// Example body:
{
"type": "name",
"count": "5"
}