Unresponsive IP Address for api.openai.com

[

Create completion

](https://beta.openai.com/docs/api-reference/completions/create)

POST https://api.openai.com/v1/completions

Creates a completion for the provided prompt and parameters

(Seems I cannot read after 40+ years programming. Actually I’m just frustrated and was rushing)

I did get a response, but

{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: null
}
}

I guess I need to read up on what that means now though is seems like am Amazon throttling thing. Thank you for your guidance.