mhw32/derm-ai

Query on Post

finarb opened this issue · 2 comments

Can you help me out how to send a post rquest to the api with the image? what is the exact input?

I have this question, too – any chance you can provide a quick example/documentation by chance?!

UPDATE:
I've gotten this far poking around at it with postman:
postman

Ah there we go:

image

To get the base64 encoded image string do this on osx:

base64 -i <image_filepath> | pbcopy