Discussions
Error 400140 - Daily rate limit exceeded
2 months ago by Theo furtado
"error": {
"code": 400140,
"detail": "Daily rate limit exceeded",
"message": "Exceed rate limit"
},
This error but im using Pro Plan, how solve this?
This is my body request: {
test: false,
video_inputs: [
{
character: {
type: "talking_photo",
talking_photo_id: IMAGE_ID,
talking_style: "expressive"
},
voice: {
type: "text",
input_text: message,
voice_id: VOICE_ID,
language: "pt-BR",
speed: 0.9
},
background: {
type: "color",
value: "#FAFAFA"
}
}
],
aspect_ratio: "9:16",
dimension: {
width: 360,
height: 640
}
}