Skip to content
Discussion options

You must be logged in to vote

I got it working.

For future reference if anyone else finds this:

@app.post("/post_file/")
def post_file(file: UploadFile) -> Dict:
    response = requests.post('https://example.com/post, files={'file': file.file})
    return response.json()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
1 participant