Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 14 |
|
| 15 |
To check if a password was breached, make an API-call to it.
|
| 16 |
For example, usage with curl:
|
| 17 |
-
- curl -X POST https://cultrix-checkpassword.hf.space/checkPassword -H "Content-Type: application/json" -d
|
| 18 |
|
| 19 |
I currently use this with an openAI-action.
|
| 20 |
See the file openAI-action.txt for more information.
|
|
|
|
| 14 |
|
| 15 |
To check if a password was breached, make an API-call to it.
|
| 16 |
For example, usage with curl:
|
| 17 |
+
- curl -X POST https://cultrix-checkpassword.hf.space/checkPassword -H "Content-Type: application/json" -d '{"password":"test"}'
|
| 18 |
|
| 19 |
I currently use this with an openAI-action.
|
| 20 |
See the file openAI-action.txt for more information.
|