새로운 기능 추가와 더 편리한 사용을 위해 비전 API, 번역 API v2를 오픈하였습니다.
v2 API 변경사항:
-
도메인이 변경됩니다.
기존 v1 API에서 https://kapi.kakao.com 으로 요청하던 것을, v2에서는 https://dapi.kakao.com 으로 요청합니다. -
비전 API의 URL이 변경됩니다.
- 얼굴 검출: /v2/vision/face/detect
- 상품 검출: /v2/vision/product/detect
- 성인 이미지 판별: /v2/vision/adult/detect
- 썸네일 생성: /v2/vision/thumbmail/crop
- 썸네일 검출: /v2/vision/thumbnail/detect
- 멀티 태그 생성: /v2/vision/multitag/generate
- OCR: /v2/vision/text/ocr
-
비전 API의 multipart upload에 필요한 param name 중
file
을 이미지 파일image
로 변경하였습니다. -
문자 영역 감지, 문자 인식 API 를 함께 호출해야 했던 v1 API와 달리, 하나의 OCR API로만 글자 추출이 가능해져 더 편리하게 사용할 수 있습니다.
-
번역 API의 URL이 변경되고, 언어감지 API가 추가됩니다.
종료 일정:
2021년 2월 25일에 기존 v1 API가 종료됩니다.
API가 종료되면 호출이 불가능하니 서비스에 영향이 없도록 그 전에 변경 부탁드립니다.
감사합니다.
============
For new features and convenient use, we opened the new version(v2) of Vision and Translation APIs.
What’s new?
-
The domain has changed from
https:://kapi.kakao.com
tohttps://dapi.kakao.com
. -
The URLs of Vision API have changed.
- Detect face: /v2/vision/face/detect
- Detect product: /v2/vision/product/detect
- Recognize adult contents: /v2/vision/adult/detect
- Create thumbnail: /v2/vision/thumbmail/crop
- Extract thumbnail: /v2/vision/thumbnail/detect
- Create multitag: /v2/vision/multitag/generate
- OCR: /v2/vision/text/ocr
-
One of param names required for multipart upload of Vision API,
file
has changed toimage
. -
While you have to call both ‘Detect character regions API’ and ‘Recognize characters API’, you can simply call ‘OCR API’ in the new version of Vision API.
-
The URL of Translation API has changed and a new API has been added.
- Translation: /v2/translation/translate
- (NEW) Detect language: /v2/translation/language/detect
Deprecation schedule:
The previous version(v1) of Vision and Translation APIs will be deprecated in February 25th, 2021.
Make sure to adopt a new version of APIs before the deprecation date. Otherwise, you cannot call Vision or Translation API from the services or apps still using v1.
Thank you.