Discussions
Error in Generating Videos using API
18 days ago(edited)
An error keeps happening when I try to generate videos; it keeps saying that the maximum character limit is 2000. However, I've recently generated videos, and it accepted 4000+ characters.
Im using API and whenever I try to generate a video, the error reads "maximum characters 2000". Here is my HTTP request:
{
"title": "title",
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "insert avatar id",
"avatar_style": "normal",
"motion_engine": "avatar_unlimited"
},
"voice": {
"type": "text",
"input_text": "input text",
"voice_id": "insert voice id",
"speed": 1.2
}
}
],
"dimension": {
"width": 1280,
"height": 720
},
"video_settings": {
"output_language": "English",
"subtitles": {
"enable": true,
"style": "preset_1"
}
}