Your access was terminated due to violation of our policies

:warning: OpenAI Rate Limit exceeded :warning:
Your access was terminated due to violation of our policies, please check your email for more information. If you believe this is in error and would like to appeal, please contact support@openai.com.

1 Like

How did you solve it,I met the same problem yesterday

3 Likes

I have the same problem. How did you deal with it

1 Like

I got this error too

{
    "error": {
        "message": "Your access was terminated due to violation of our policies, please check your email for more information. If you believe this is in error and would like to appeal, please contact support@openai.com.",
        "type": "access_terminated",
        "param": null,
        "code": null
    }
}

Code

OPENAI_API_KEY="sk-**"
curl https://api.openai.com/v1/chat/completions \
 -H "Authorization: Bearer $OPENAI_API_KEY" -H "Content-Type: application/json" \
 -d '{ "model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "What is the OpenAI mission?"}] }'

Confusing which step invoked KEY leak …

I got this error after I used my API-KEY in a chrome extension request.

1 Like

I have the same problem here, I sent emails to help@openai.com, but I received no reply.

2 Likes

I have same issue but Chat GPT ignoring users which is not good.

1 Like

I have the same problem.

I have the same problem. How did you deal with it
.

Yeah, i also have the same problem
How did you deal with it.?