Open finarb opened 6 years ago
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
Can you help me out how to send a post rquest to the api with the image? what is the exact input?