Hi! I’m working on a project with the V0 Platform API and randomly getting the following error when trying to send a message with v0.chats.sendMessage:
{
"success":false,
"error":{
"type":"internal_server_error",
"message":"An unexpected error occurred"
}
}
This doesn’t seem to be related to a change in my code, because it’s happening without code changes on my end.
I also verified that I still had enough credits left, and it looks fine.
I suspect this might be a rate limit issue, but the documentation doesn’t really explain what remaining and limit are.
Any idea?