Moderation endpoint returns Unexpected error

  1. follow guide from here https://platform.openai.com/docs/guides/moderation?lang=python
  2. receive this error
{
  "error": {
    "message": "Unexpected error",
    "type": "server_error",
    "param": null,
    "code": null
  }
}

i tried using both python and curl, both model types, both project and service account keys and different devices. kinda lost on this

1 Like