Password Generator & Strength
Generate crypto-secure passwords and score strength — entropy, crack-time, warnings.
- Method
- POST
- Endpoint
- /v1/password
- Auth
- X-API-Key
- Format
- JSON
- Ops
- generate · strength
- Source
- crypto/rand
- Status
- 200 · 400 · 401 · 402 · 429
curl -X POST https://atomios.me/api/v1/password/ \
-H "X-API-Key: $ATOMIOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"op":"generate","length":16,"count":3}'