> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API 오류 코드 403 - 국가, 지역 또는 영토가 지원되지 않음

"Country, region, or territory not supported"라는 메시지와 함께 403 오류가 발생하면, 현재 지원되지 않는 국가, 지역 또는 영토에서 Serverless Inference에 액세스하고 있다는 뜻입니다.

<div id="why-this-happens">
  ## 이 문제가 발생하는 이유
</div>

Serverless Inference에는 규정 준수 및 규제 요건으로 인해 지리적 제한이 있습니다. 이 서비스는 지원되는 지역에서만 사용할 수 있습니다.

<div id="what-you-can-do">
  ## 수행할 수 있는 작업
</div>

1. **지리적 제한 확인**
   * 현재 지원되는 위치 목록은 [지리적 제한](/ko/inference/usage-limits/#geographic-restrictions)에서 확인하세요

2. **지원되는 위치에서 사용**
   * 지원되는 국가 또는 지역에서 서비스에 액세스하세요
   * 지원되는 위치에 있는 조직의 리소스를 사용하는 것도 고려해 보세요

3. **담당 계정 팀에 문의**
   * Enterprise 고객은 담당 account executive와 가능한 옵션을 논의할 수 있습니다
   * 일부 조직에는 특별한 계약이 적용될 수 있습니다

<div id="error-details">
  ## 오류 세부 정보
</div>

이 오류가 표시되면:

```
{
  "error": {
    "code": 403,
    "message": "Country, region, or territory not supported"
  }
}
```

이는 API 요청 시점의 IP 주소 위치에 따라 결정됩니다.

***

<Badge stroke shape="pill" color="orange" size="md">[인증 및 액세스](/ko/support/inference/tags/authentication-access)</Badge>
