Update README.md

This commit is contained in:
Boroumand, Amir A 2024-04-22 13:50:40 -04:00
parent 199e2fad90
commit 2eb006da02

View File

@ -75,8 +75,8 @@ This endpoint allows users to upload an image file, which is then processed to d
- **Body**:
```json
{
"filename": "string",
"isNsfw": "boolean",
"file_name": "string",
"is_nsfw": "boolean",
"confidence_percentage": "number"
}