{"success":true,"data":{"title":"Password Generator","message":"Generate secure passwords with customizable options","endpoints":{"simple":{"json":"GET http://api.casjay.coffee/api/v1/tools/passwd/:length","text":"GET http://api.casjay.coffee/api/v1/tools/passwd/:length/text"},"custom":{"json":"POST http://api.casjay.coffee/api/v1/tools/passwd/generate","text":"POST http://api.casjay.coffee/api/v1/tools/passwd/generate/text"},"batch":{"json":"GET http://api.casjay.coffee/api/v1/tools/passwd/batch/:count/:length","text":"GET http://api.casjay.coffee/api/v1/tools/passwd/batch/:count/:length/text"},"check":"POST http://api.casjay.coffee/api/v1/tools/passwd/check"},"options":{"length":"4-128 characters (default: 16)","numbers":"Include numbers (default: true)","symbols":"Include symbols (default: true)","uppercase":"Include uppercase letters (default: true)","lowercase":"Include lowercase letters (default: true)","excludeSimilar":"Exclude similar characters ilLI1oO0 (default: false)","exclude":"Custom characters to exclude","count":"Number of passwords to generate (1-50)"},"parameters":{"length":"Password length","count":"Number of passwords","password":"Password to check strength"},"examples":{"simple":"GET http://api.casjay.coffee/api/v1/tools/passwd/20","simpleText":"GET http://api.casjay.coffee/api/v1/tools/passwd/20/text","custom":"POST http://api.casjay.coffee/api/v1/tools/passwd/generate {\"length\": 24, \"symbols\": false, \"count\": 5}","batch":"GET http://api.casjay.coffee/api/v1/tools/passwd/batch/10/16","check":"POST http://api.casjay.coffee/api/v1/tools/passwd/check {\"password\": \"MyP@ssw0rd123\"}"}}}