---
title: "사업자등록증"
slug: "ai-application-service-ocr-ocrdocumentocr-bizlicense"
updated: 2026-04-23T08:55:37Z
published: 2026-04-23T09:02:17Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 사업자등록증

Classic/VPC 환경에서 이용 가능합니다.

특화 모델 엔진을 사용하여 사업자등록증의 입력 정보(key-value)를 인식하고 추출합니다.

## 요청

요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.

| 메서드 | URI |
| --- | --- |
| POST | /biz-license |

### 요청 헤더

CLOVA OCR API에서 공통으로 사용하는 헤더에 대한 정보는 [CLOVA OCR 요청 헤더](/docs/ai-application-service-ocr#%EC%9A%94%EC%B2%AD%ED%97%A4%EB%8D%94)를 참조해 주십시오.

### 요청 바디

요청 바디에 대한 설명은 다음과 같습니다.

#### `Content-Type: application/json`인 경우

요청 헤더 `Content-Type`이 `application/json`인 경우의 요청 바디에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `version` | String | Required | 버전 정보 - `V2`만 사용 |
| `requestId` | String | Required | 임의의 API 호출 UUID |
| `timestamp` | Integer | Required | 임의의 API 호출 시각(밀리초) - Unix Timestamp 형식 |
| `images` | Array | Required | images 세부 정보: [images](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#images1) |

#### `Content-Type: multipart/form-data`인 경우

요청 헤더 `Content-Type`이 `multipart/form-data`인 경우의 요청 바디에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `message` | Object | Required | 요청 데이터 정보 |
| `message.version` | String | Required | 버전 정보 - `V2`만 사용 |
| `message.requestId` | String | Required | 임의의 API 호출 UUID |
| `message.timestamp` | Integer | Required | 임의의 API 호출 시각(밀리초) - Unix Timestamp 형식 |
| `message.images` | Array | Required | images 세부 정보: [images](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#images1) |
| `file` | File | Required | OCR 인식 이미지 파일 |

#### `images`

`images`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `format` | String | Required | 이미지 형식 - `jpg` \| `jpeg` \| `png` \| `pdf` \| `tif` \| `tiff` - 이미지: `jpg`, `jpeg`, `png` - 단일 페이지: `pdf`, `tif`, `tiff` - 이미지 형식 중 하나를 선택하여 입력 |
| `name` | String | Required | 임의의 이미지 이름 - 이미지 식별 및 응답 결과 확인 시 사용 |
| `data` | String | Required | Base64 인코딩된 이미지 데이터 - `Content-Type: application/json`일 때 입력 가능 |

### 요청 예시

요청 예시는 다음과 같습니다.

#### `Content-Type: application/json`인 경우

요청 헤더 `Content-Type`이 `application/json`인 경우의 요청 예시는 다음과 같습니다.

```
curl --location 'https://cbgrx5natw.apigw.ntruss.com/custom/v1/{DomainId}/{InvokeKey}/document/biz-license' \
--header 'Content-Type: application/json' \
--header 'X-OCR-SECRET: {앱 등록 시 발급받은 Secret Key}' \
--data '{
    "version": "V2",
    "requestId": "string",
    "timestamp": 0,
    "images": [
        { 
            "format": "jpg", 
            "name": "bizlicense_test", 
            "data": "{Base64 인코딩된 이미지 데이터}"
        }
    ]
 }'
```

#### `Content-Type: multipart/form-data`인 경우

요청 헤더 `Content-Type`이 `multipart/form-data`인 경우의 요청 예시는 다음과 같습니다.

```
curl --location --request POST 'https://cbgrx5natw.apigw.ntruss.com/custom/v1/{DomainId}/{InvokeKey}/document/biz-license' \
--header 'X-OCR-SECRET: {앱 등록 시 발급받은 Secret Key}' \
--header 'Content-Type: multipart/form-data' \
--form 'message="{\"version\": \"V2\", \"requestId\": \"1234\", \"timestamp\": 1724832750462, \"images\": [{\"format\": \"pdf\", \"name\": \"bizlicense_test\"}]}"' \
--form 'file=@"{file}"'
```

## 응답

응답 형식을 설명합니다.

### 응답 바디

응답 바디에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `version` | String | - | 버전 정보 - `V2`만 사용 |
| `requestId` | String | - | API 호출 UUID |
| `timestamp` | Integer | - | API 호출 시각(밀리초) - Unix Timestamp 형식 |
| `images` | Array | - | images 세부 정보: [images](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#images2) |

#### `images`

`images`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `uid` | String | - | 사업자등록증 이미지 UID - API 유효성 검사 시 사용 |
| `name` | String | - | 사업자등록증 이미지 이름 - 이미지 식별 및 응답 결과 확인 시 사용 |
| `inferResult` | String | - | 사업자등록증 이미지 인식 결과 - `SUCCESS` \| `FAILURE` \| `ERROR` - `SUCCESS`: 인식 성공 - `FAILURE`: 인식 실패 - `ERROR`: 인식 처리 예외 |
| `message` | String | - | 결과 메시지 |
| `validationResult` | Object | - | 유효성 검사 결과 정보 |
| `validationResult.result` | String | - | 유효성 검사 결과 코드 - `NO_REQUESTED` \| `UNCHECKED` \| `ERROR` \| `VALID` \| `INVALID` - `NO_REQUESTED`: 검증 작업 미요청(유효성 검사 실패) - `UNCHECKED`: 검증 여부 확인 불가 - `ERROR`: 검증 시 에러 발생(유효성 검사 실패) - `VALID`: 검증 결과 유효(유효성 검사 성공) - `INVALID`: 검증 통과 실패 |
| `validationResult.message` | String | - | 유효성 검사 결과 세부 메시지 - 항상 응답되는 값은 아님 |
| `convertedImageInfo` | Object | - | 변환 이미지 정보 - `format`이 `pdf` 또는 `tiff`일 때 - 좌표 값은 호출 이미지 파일을 기준으로 설정 |
| `convertedImageInfo.width` | Integer | - | 변환 이미지 가로 길이 |
| `convertedImageInfo.height` | Integer | - | 변환 이미지 세로 길이 |
| `convertedImageInfo.pageIndex` | Integer | - | 변환 이미지 페이지 인덱스 |
| `bizLicense` | Object | - | 사업자등록증 세부 정보 |
| `bizLicense.meta` | Object | - | 메타 정보 |
| `bizLicense.meta.estimatedLanguage` | String | - | OCR 추정 언어 - `ko` \| `en` \| `ja` - `ko`:한국어 - `en`: 영어 - `ja`: 일본어 |
| `bizLicense.result` | Object | - | 사업자등록증 OCR 인식 결과: [result](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#result) |

#### `result`

`result`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `bisAddress` | Array | - | 사업장 주소 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `bisArea` | Array | - | 사업장 소재지 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `bisItem` | Array | - | 사업 항목 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `registerNumber` | Array | - | 사업자등록번호 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `bisType` | Array | - | 업종 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `companyName` | Array | - | 기업 이름 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `corpName` | Array | - | 법인(기업) 이름 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `corpRegisterNum` | Array | - | 법인(기업) 사업자등록번호 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `coRepSocialNum` | Array | - | 공동 대표자의 주민등록번호 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `documentType` | Array | - | [문서 유형 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EB%AC%B8%EC%84%9C%EC%9C%A0%ED%98%95%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) |
| `headAddress` | Array | - | 본사 주소 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `issuanceDate` | Array | - | 발행 일자 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `issuanceReason` | Array | - | 발행 사유 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `openDate` | Array | - | 사업 시작일 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `repName` | Array | - | 대표자 이름 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `socialNumber` | Array | - | 주민등록번호 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |
| `taxType` | Array | - | 과세 유형 정보 - [공통 객체 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#%EA%B3%B5%ED%86%B5%EA%B0%9D%EC%B2%B4%EC%A0%95%EB%B3%B4) 참조 |

#### 공통 객체 정보

공통 객체 정보에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `text` | String | - | 인식된 텍스트 |
| `keyText` | String | - | 인식된 텍스트의 키 값 |
| `confidenceScore` | Float | - | 인식된 텍스트 신뢰도 - 0~1 - 신뢰도 값이 클수록 텍스트의 정확도가 높음 |
| `boundingPolys` | Array | - | boundingPoly 세부 정보: [boundingPolys](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#boundingpolys) |

#### 문서 유형 객체 정보

문서 유형 객체 정보에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `text` | String | - | 인식된 텍스트 |
| `formatted` | Object | - | 인식된 텍스트 정보 |
| `formatted.value` | String | - | 인식된 텍스트 값 |
| `keyText` | String | - | 인식된 텍스트의 키 값 |
| `confidenceScore` | Float | - | 인식된 텍스트 신뢰도 - 0~1 - 신뢰도 값이 클수록 텍스트의 정확도가 높음 |
| `boundingPolys` | Array | - | boundingPoly 세부 정보: [boundingPolys](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#boundingpolys) |
| `maskingPolys` | Array | - | [maskingPoly 세부 정보](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#maskingpolys) |

#### `boundingPolys`

`boundingPolys`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `vertices` | Array | - | vertices 세부 정보: [vertices](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#vertices) |

#### `maskingPolys`

`maskingPolys`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `vertices` | Array | - | vertices 세부 정보: [vertices](/docs/ai-application-service-ocr-ocrdocumentocr-bizlicense#vertices) |

#### `vertices`

`vertices`에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `x` | Float | - | X축 좌표 값 |
| `y` | Float | - | Y축 좌표 값 |

### 응답 상태 코드

CLOVA OCR API에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 [CLOVA OCR 공통 응답 상태 코드](/docs/ai-application-service-ocr-ocrdocumentocr#error-code)를 참조해 주십시오.

### 응답 예시

응답 예시는 다음과 같습니다.

#### 성공

호출이 성공한 경우의 응답 예시는 다음과 같습니다.

```
{
    "version": "V2",
    "requestId": "1234",
    "timestamp": 1725247772348,
    "images": [
        {
            "uid": "{uid}",
            "name": "bizlicense_test",
            "inferResult": "SUCCESS",
            "message": "SUCCESS",
            "validationResult": {
                "result": "NO_REQUESTED"
            },
            "bizLicense": {
                "meta": {
                    "estimatedLanguage": "ko"
                },
                "result": {
                    "bisAddress": [
                        {
                            "text": "서울특별시 ***",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 371.0,
                                            "y": 547.0
                                        },
                                        {
                                            "x": 479.0,
                                            "y": 550.0
                                        },
                                        {
                                            "x": 479.0,
                                            "y": 569.0
                                        },
                                        {
                                            "x": 371.0,
                                            "y": 567.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "bisItem": [
                        {
                            "text": "***",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 760.0,
                                            "y": 695.0
                                        },
                                        {
                                            "x": 783.0,
                                            "y": 695.0
                                        },
                                        {
                                            "x": 783.0,
                                            "y": 716.0
                                        },
                                        {
                                            "x": 760.0,
                                            "y": 716.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "registerNumber": [
                        {
                            "text": "***-**-*****",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 585.0,
                                            "y": 338.0
                                        },
                                        {
                                            "x": 636.0,
                                            "y": 338.0
                                        },
                                        {
                                            "x": 636.0,
                                            "y": 370.0
                                        },
                                        {
                                            "x": 585.0,
                                            "y": 370.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "bisType": [
                        {
                            "text": "제조 도매",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 434.0,
                                            "y": 695.0
                                        },
                                        {
                                            "x": 460.0,
                                            "y": 695.0
                                        },
                                        {
                                            "x": 460.0,
                                            "y": 716.0
                                        },
                                        {
                                            "x": 434.0,
                                            "y": 716.0
                                        }
                                    ]
                                },
                            ]
                        }
                    ],
                    "corpName": [
                        {
                            "text": "주식회사***",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 367.0,
                                            "y": 392.0
                                        },
                                        {
                                            "x": 391.0,
                                            "y": 392.0
                                        },
                                        {
                                            "x": 391.0,
                                            "y": 418.0
                                        },
                                        {
                                            "x": 367.0,
                                            "y": 418.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "corpRegisterNum": [
                        {
                            "text": "******-*********",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 858.0,
                                            "y": 512.0
                                        },
                                        {
                                            "x": 902.0,
                                            "y": 512.0
                                        },
                                        {
                                            "x": 902.0,
                                            "y": 530.0
                                        },
                                        {
                                            "x": 858.0,
                                            "y": 530.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "documentType": [
                        {
                            "text": "사업자등록증",
                            "formatted": {
                                "value": "사업자등록증"
                            },
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 376.0,
                                            "y": 220.0
                                        },
                                        {
                                            "x": 449.0,
                                            "y": 220.0
                                        },
                                        {
                                            "x": 449.0,
                                            "y": 287.0
                                        },
                                        {
                                            "x": 376.0,
                                            "y": 287.0
                                        }
                                    ]
                                }
                            ],
                            "maskingPolys": []
                        }
                    ],
                    "headAddress": [
                        {
                            "text": "서울특별시 ***",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 368.0,
                                            "y": 622.0
                                        },
                                        {
                                            "x": 480.0,
                                            "y": 622.0
                                        },
                                        {
                                            "x": 480.0,
                                            "y": 643.0
                                        },
                                        {
                                            "x": 368.0,
                                            "y": 643.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "issuanceDate": [
                        {
                            "text": "2021 년 01 월 07 일",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 454.0,
                                            "y": 1299.0
                                        },
                                        {
                                            "x": 520.0,
                                            "y": 1299.0
                                        },
                                        {
                                            "x": 520.0,
                                            "y": 1325.0
                                        },
                                        {
                                            "x": 454.0,
                                            "y": 1325.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "openDate": [
                        {
                            "text": "2001 08 16 일",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 367.0,
                                            "y": 512.0
                                        },
                                        {
                                            "x": 418.0,
                                            "y": 512.0
                                        },
                                        {
                                            "x": 418.0,
                                            "y": 530.0
                                        },
                                        {
                                            "x": 367.0,
                                            "y": 530.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "repName": [
                        {
                            "text": "이**",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 368.0,
                                            "y": 432.0
                                        },
                                        {
                                            "x": 393.0,
                                            "y": 432.0
                                        },
                                        {
                                            "x": 393.0,
                                            "y": 457.0
                                        },
                                        {
                                            "x": 368.0,
                                            "y": 457.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "taxType": [
                        {
                            "text": "법인사업자",
                            "keyText": "",
                            "confidenceScore": 0.0,
                            "boundingPolys": [
                                {
                                    "vertices": [
                                        {
                                            "x": 532.0,
                                            "y": 282.0
                                        },
                                        {
                                            "x": 564.0,
                                            "y": 282.0
                                        },
                                        {
                                            "x": 564.0,
                                            "y": 328.0
                                        },
                                        {
                                            "x": 532.0,
                                            "y": 328.0
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            }
        }
    ]
}
```

#### 실패

호출이 실패한 경우의 응답 예시는 다음과 같습니다.

```
{
    "code": "0011",
    "message": "Request invalid: Request data() is invalid.",
    "path": "{path}",
    "traceId": "{traceId}",
    "timestamp": 1725349186545
}
```
