Adding Product Images During Product Creation Via Rest Api

I don't see a way to push an image to the server via the API. Is everyone just sftp-ing them on to a server somewhere and just supplying a URL? I was hoping to just POST/PUT them.

You can reference them via URL or put them on the server directly. But no, you can't PUT them.

it should work if you specify http_image_path value to the main_pair array

http://prntscr.com/g86xqe

it should work if you specify http_image_path value to the main_pair array

http://prntscr.com/g86xqe

Yeah but the issue is I have to get the images posted somewhere the server can grab them. I'm writing software to integrate our ERP system with the cart and would just like to push it in directly. Instead I have to upload it somewhere.

Its not a big deal just not what I expected initially.