Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgomes authored Sep 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aa8a864 commit 2c1d620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,14 @@ If you're looking the frontend, go [here](https://github.com/HackYeahKabanosy/fr
## Runing using our APIs
![plugin-example](https://github.com/user-attachments/assets/e76c45aa-f36a-4fe9-96d1-3f8f362ca378)

## Getting raw data
run our model that generates the conclusion about the shops/e-commerces, curl example:
```
curl -X 'GET' \
'https://fraud-free-api.onrender.com/Conclusion?url=amazon.com' \
-H 'accept: */*'
```

## Swagger
https://fraud-free-api.onrender.com/swagger#/

0 comments on commit 2c1d620

Please sign in to comment.