Spaces:
Sleeping
Sleeping
| 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. |