docs: Update readme to use v1 (#306)

Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
This commit is contained in:
Thomas Vitale
2025-08-08 09:02:29 +02:00
committed by GitHub
parent 63da9eedeb
commit b3058e91e0
3 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ The server is available at
- API <http://127.0.0.1:5001> - API <http://127.0.0.1:5001>
- API documentation <http://127.0.0.1:5001/docs> - API documentation <http://127.0.0.1:5001/docs>
- UI playground <http://127.0.0.1:5001/ui> - UI playground <http://127.0.0.1:5001/ui>
![swagger.png](img/swagger.png)
![API documentation](img/fastapi-ui.png)
Try it out with a simple conversion: Try it out with a simple conversion:
@@ -46,7 +47,7 @@ curl -X 'POST' \
-H 'accept: application/json' \ -H 'accept: application/json' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"http_sources": [{"url": "https://arxiv.org/pdf/2501.17887"}] "sources": [{"kind": "http", "url": "https://arxiv.org/pdf/2501.17887"}]
}' }'
``` ```

BIN
img/fastapi-ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB