We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63da9ee commit b3058e9Copy full SHA for b3058e9
README.md
@@ -36,7 +36,8 @@ The server is available at
36
- API <http://127.0.0.1:5001>
37
- API documentation <http://127.0.0.1:5001/docs>
38
- UI playground <http://127.0.0.1:5001/ui>
39
- 
+
40
+
41
42
Try it out with a simple conversion:
43
@@ -46,7 +47,7 @@ curl -X 'POST' \
46
47
-H 'accept: application/json' \
48
-H 'Content-Type: application/json' \
49
-d '{
- "http_sources": [{"url": "https://arxiv.org/pdf/2501.17887"}]
50
+ "sources": [{"kind": "http", "url": "https://arxiv.org/pdf/2501.17887"}]
51
}'
52
```
53
img/fastapi-ui.png
226 KB
img/swagger.png
-23.9 KB
0 commit comments