Discussions

Ask a Question
Back to all

Video Agent API Error // HELP !!

i click to switch pay-as-you-go model and then i generate a video using Video Agent endpoint but i have error !?
it still consume from credit wich are remaining 5 based on the api response :

[
{
"code": 100,
"data": {
"callback_id": null,
"caption_url": null,
"created_at": 1773240507,
"duration": null,
"error": {
"code": "400700",
"message": "This request exceeds your quota of 40000. You have 5 credits remaining, while 52 credits are required for this request.",
"terminal_details": "MovioException: This request exceeds your quota of 40000. You have 5 credits remaining, while 52 credits are required for this request."
},
"gif_url": null,
"id": "8bee7f4f73f34sb4817fffde6a0165bc",
"status": "failed",
"thumbnail_url": null,
"video_url": null,
"video_url_caption": null
},
"message": "Success"
}
]