POST Endpoint:
img.thx.dog
MIME Type
enctype="multipart/form-data"
Parameter:
image
cURL Example:
curl -F 'image=@/usr/local/image.jpg' https://img.thx.dog
Returns:
{"status":"success","exif":{"FILE":{"FileName":"6LL7exa6EmO8.jpg","FileDateTime":"1699223088","FileSize":"22792","FileType":"2","MimeType":"image\/jpeg","SectionsFound":"ANY_TAG, IFD0, EXIF"},"COMPUTED":{"html":"width="394" height="331"","Height":"331","Width":"394","IsColor":"1","ByteOrderMotorola":"1"},"IFD0":{"Orientation":"1","Software":"Adobe ImageReady","Exif_IFD_Pointer":"68"},"EXIF":{"ColorSpace":"1","ExifImageWidth":"394","ExifImageLength":"331"}},"camera":[],"gps":[],"img":"https:\/\/img.thx.dog\/tmp\/6LL7exa6EmO8"}
POST Endpoint:
img.thx.dog?callback=func
Returns:
func({"status":"success","exif":{"FILE":{"FileName":"6LL7exa6EmO8.jpg","FileDateTime":"1699223088","FileSize":"22792","FileType":"2","MimeType":"image\/jpeg","SectionsFound":"ANY_TAG, IFD0, EXIF"},"COMPUTED":{"html":"width="394" height="331"","Height":"331","Width":"394","IsColor":"1","ByteOrderMotorola":"1"},"IFD0":{"Orientation":"1","Software":"Adobe ImageReady","Exif_IFD_Pointer":"68"},"EXIF":{"ColorSpace":"1","ExifImageWidth":"394","ExifImageLength":"331"}},"camera":[],"gps":[],"img":"https:\/\/img.thx.dog\/tmp\/6LL7exa6EmO8"});