Discussions
upload talkphoto error
over 1 year ago by null
when i call API: https://upload.heygen.com/v1/talking_photo
always response: {"code":40002,"message":"Image format not supported"}
despite I directly copy the code from the right side:
request('POST', ', \[ 'body' => 'data:image/jpeg;name=WechatIMG44.jpg;base64,/9j/4AAQSkxxxcuxKZB//Z', 'headers' => [ 'X-API-KEY' => 'xxxx', 'accept' => 'application/json', 'content-type' => 'application/json', ], ]); echo $response->getBody();