How to parse an image from my computer and not an URL?

Hi i try to use API, to Parse a local image (on my computer), but i face a lot problems.
So first of all i am going step by step …

URL parse is ok with following example:
https://api.ocr.space/parse/imageurl?apikey=XXXXXXXX&url=http://i.imgur.com/fwxooMv.png

but i do not find the way to use this url to parse a local image
I tryed:
https://api.ocr.space/parse/imagefile?apikey=XXXX&file=z:\image.png
https://api.ocr.space/parse/imagefile?apikey=XXXX&file=@z:\image.png
https://api.ocr.space/parse/imagefile?apikey=XXXX&file=@“z:\image.png”
NO WAY !!!

Is somebody could send me the good sentence ? or explain me what is wrong ?

Thanks all for advance

You need to upload the image, e. g. with “cURL”. Sample code: