/fastapi-upload

Upload endpoint in fastapi

Primary LanguagePython

fastapi-upload

Upload endpoint in fastapi

curl -X POST "http://localhost:8000/upload-file/" -H "X-API-Key: your_api_key" -H "Content-Type: 
multipart/form-data" -F "file=@path/to/your/file.json"