Hi, I’m getting this error consistently when trying to start outbound calls via the API:
call.start.error-fraud-check-failed
From my n8n workflow, the full response is:
400 - {
"message": "Failed to create calls for the following customers: +12345678900 - Couldn't start call. Your account requires KYC for compliance purposes. If you are an admin, please go to dashboard.vapi.ai and login to verify your account or request an admin to verify your account. You might need to re-login(logout and login) to the dashboard.",
"error": "Bad Request",
"statusCode": 400
}
I can log into the dashboard and use it normally, but outbound calls via the API never start. I’ve already tried logging out and back in. Could you please check if there’s an issue with my account verification or API key?
Thanks!