Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 277 Bytes

img-hosting

This is a python-base image hosting service.

Send an image

API: POST /upload/

Parameter: file=<form-data>

Return: {"filename": "<image_filename>"}

Get an image

API: GET /img/<filename>/

Parameter: filename=<filename>

Return: the image file