Discussions

Ask a Question
Back to all

Template - Resolution API

I'm getting the error:
Video generation failed. '{'code': 'RESOLUTION_NOT_ALLOWED', 'detail': 'Please subscribe to higher plan to generate higher resolution videos', 'message': 'Please subscribe to higher plan to generate higher resolution videos'}'

I'm using Python to create a video from my template.

I have also included
"dimension": {
"width": 1280,
"height": 720
}

into my payload . but the error persist.

How can i change my Template resolution?