File size: 546 Bytes
ba7a7aa
 
 
 
 
 
 
0832054
ba7a7aa
 
 
73a04f6
 
03bfc5b
73a04f6
b025309
a075bf8
73a04f6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.