How to send an image from one api to another as a byte-stream using fastapi?
I’m trying to send an image file from one api route to another.
I get no response on sending an image file.
Pydantic model not recognizing multipart POST request in FastAPI
I’m trying to send a POST request a FastAPI endpoint. This request includes both json data and a file.