Back to Tool
🔑

Password Generator API

Generate secure random passwords via API

Endpoint

POST/api/v1/password-generator

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
lengthnumberNoPassword length (4-128, default: 16)
countnumberNoNumber of passwords (1-100, default: 1)
uppercasebooleanNoInclude uppercase letters (default: true)
lowercasebooleanNoInclude lowercase letters (default: true)
numbersbooleanNoInclude numbers (default: true)
symbolsbooleanNoInclude symbols (default: false)
excludeSimilarbooleanNoExclude similar characters (i, l, 1, L, o, 0, O)

Response

FieldTypeDescription
successbooleanWhether the operation was successful
passwordsarrayArray of generated passwords

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/password-generator \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"length": 20, "count": 3, "symbols": true}'

Pricing

$0.0010 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com