checkpassword / README.md
CultriX's picture
Update README.md
a075bf8 verified
---
title: Checkpassword
emoji: ๐Ÿ“š
colorFrom: indigo
colorTo: pink
sdk: docker
pinned: false
app_port: 8080
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
### USAGE ###
To check if a password was breached, make an API-call to it.
For example, usage with curl:
- curl -X POST https://cultrix-checkpassword.hf.space/checkPassword -H "Content-Type: application/json" -d '{"password":"test"}'
I currently use this with an openAI-action.
See the file openAI-action.txt for more information.