Hi API Experts!
I have an urgent question: does anyone know how to convert the following sample cURL Request Statement into something that can be reusable with the Download Tool?
curl -v -X GET "https://dapi.kakao.com/v2/local/search/address.json" \ --data-urlencode "query=전북 삼성동 100" \ -H "Authorization: KakaoAK kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk"
I'm trying to use Kakao Map API to perform geocoding of Korean addresses (for more details on their API Doc, please see here: https://developers.kakao.com/docs/latest/ko/local/dev-guide)
I would like to eventually create a macro whereby a user can simply upload their Korean "address search", and the API can convert them into Lat/Long coordinates. Could this be done?
Thank you!
Best,
Chin Ee