This commit is contained in:
7
docs/snippets/docker/api_server_basic.md
Normal file
7
docs/snippets/docker/api_server_basic.md
Normal file
@@ -0,0 +1,7 @@
|
||||
```bash title="Bash"
|
||||
# Start API server (default mode)
|
||||
docker run -p 8000:8000 ghcr.io/kreuzberg-dev/kreuzberg:latest
|
||||
|
||||
# Test the API
|
||||
curl -F "files=@document.pdf" http://localhost:8000/extract
|
||||
```
|
||||
Reference in New Issue
Block a user