Skip to content

Commit

Permalink
Merge pull request #3 from minicoz/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
areibman authored Jun 9, 2024
2 parents d0203a7 + 0ffa5d7 commit 1b46085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To serve the application locally using FastAPI, run the following command

This will run the server by default on port 8000. The API can be queried using a `curl` command, and passing in the file path as the argument. For example, on the Downloads folder:
```bash
curl -X POST http://127.0.0.1:8000 \
curl -X POST http://127.0.0.1:8000/batch \
-H "Content-Type: application/json" \
-d '{"path": "/Users/<username>/Downloads/", "instruction": "string", "incognito": false}'
```

0 comments on commit 1b46085

Please sign in to comment.