{ "error": { "code": null, "message": "'image' is a required property", "param": null, "type": "invalid_request_error" } }
I'm obviously not sending the image right., I have a multipart header now, and I've tried several things to send the image. Docs say they want a string...
I'm sending this... "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUhdatadatadata"
I've tried the @filename, but that's not working either. Even tried curl_file_create...
any ideas?