Chat completions API giving me a 404 error

So until yesterday my chatbot was working fine, i was receiving response from the API but i dont know why, I’ve not changed any code but now i receive this error -

AxiosError: Request failed with status code 404

And it just points to where the completions api is being called - “https://api.openai.com/v1/chat/completions

Please kindly guide me on what could be the issue.

1 Like

Have a look at this and see if this applies to your case: https://help.openai.com/en/articles/6891827-error-code-404-you-must-be-a-member-of-an-organization-to-use-the-api

1 Like

I am member of an organisation but still not sure what the issue is. Thanks though!