Tenachin
0
Course
•
0
Student
Biography
Bio data is empty
Courses
[
'X-Api-Key' => HEYGEN_API_KEY,
'Content-Type' => 'application/json',
]
]);
if (is_wp_error($response)) {
wp_send_json_error('Failed to reach HeyGen servers.', 500);
}
$body = json_decode(wp_remote_retrieve_body($response), true);
wp_send_json_success($body['data']['token']);
}
?>
Scroll to top