Discussions

Ask a Question
Back to all

I have in Group: My AVATARS - My customized Avatar with his own ID - I need create video via API - it is possible please?

Dear friends,

please very much for help.

I have in Group: My AVATARS video with customized Avatar
I have My Avatar ID

and I need create video via API with My AVATARS ID - it is possible please? I am not successful.
but
with avatar from PUBLIC group I can create video via API.

$ch = curl_init("https://api.heygen.com/v2/video/generate");
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"X-Api-Key: $apiKey"
],
CURLOPT_POSTFIELDS => json_encode($payload)
]);

Best regards,
Marco