Discussions

Ask a Question
Back to All

Videos Stuck at 97% when using Video Creation API

Hi there,

I am using the "https://api.heygen.com/v2/video/generate" endpoint to generate videos and they are not completing processing.

Here is the request and response

{'video_inputs': [{'character': {'type': 'talking_photo', 'talking_photo_id': '79d4ff0b4f594267be8babaa0797472a', 'avatar_style': 'normal'}, 'voice': {'type': 'text', 'input_text': "input text", 'voice_id': '96625a3a9afc4e4f8875535a6e5837cb'}}], 'dimension': {'width': 1280, 'height': 720}, 'title': 'Oracle Zephyr, The Crystalline Seer-Mapping the Neon Path', 'caption': False}

{'error': None, 'data': {'video_id': '1a0a93cce5ac44ac8deaac3176b3518f'}}


This is happening for all videos I try to create with the API

Thanks,

Cory