Discussions

Ask a Question
Back to All

Error: Sorry, `uploadTalkingPhoto` does not appear to be a valid operation on this API.

Node

npm install api --save

has done

but

Error: Sorry, uploadTalkingPhoto does not appear to be a valid operation on this API.

code:

    const sdk = require('api')('@movio-api/v3.0.2#1kcyakbuli1j2269');
    const base64String = await this.get_photo_base64String(photo);
    sdk.auth(HEYGEN_API_KEY);
    try {
        const data = await sdk.uploadTalkingPhoto(base64String);
    }catch(err){
    
    }