finarb opened this issue 7 years ago · 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:
Ah there we go:
To get the base64 encoded image string do this on osx:
base64 -i <image_filepath> | pbcopy