```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 ```