File size: 120 Bytes
431e767 |
1 2 3 4 5 |
curl -X POST \ http://localhost:5000/process \ -H 'X-API-KEY: your_api_key_1' \ -F 'file=@/path/to/your/file.pdf' |
431e767 |
1 2 3 4 5 |
curl -X POST \ http://localhost:5000/process \ -H 'X-API-KEY: your_api_key_1' \ -F 'file=@/path/to/your/file.pdf' |