{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/images/generations",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "57",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "prompt": "An isolated stop sign.",
        "model": "gpt-image-1"
      },
      "StatusCode": 401,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "980b8bea2a43a37e-SEA",
        "Connection": "keep-alive",
        "Content-Length": "237",
        "Content-Type": "application/json",
        "Date": "Wed, 17 Sep 2025 21:02:47 GMT",
        "openai-processing-ms": "65",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "WWW-Authenticate": "Bearer realm=\"OpenAI API\"",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "71",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "error": {
          "message": "Incorrect API key provided: fake_key. You can find your API key at https://platform.openai.com/account/api-keys.",
          "type": "invalid_request_error",
          "param": null,
          "code": "invalid_api_key"
        }
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
