Discussions
API queue is not rendering...
10 days ago by null
Anyone has issues that if send a job to v2/video/generate to not generate the video?
I am sending via CURL a simple request and is there now over 10 hours in queue.
curl -X POST https://api.heygen.com/v2/video/generate
-H 'X-Api-Key: =='
-H 'Content-Type: application/json'
-d '{
"video_inputs": [
{
"character": {
"type": "talking_photo",
"talking_photo_id": "2d04cc75abc044e2a5215754b6a312bb"
},
"voice": {
"type": "text",
"input_text": "With HeyGen, it is very easy to create Photo Avatar videos.",
"voice_id": "d7bbcdd6964c47bdaae26decade4a933"
}
}
]
}'
If I create manually, all is ok.