다크 모드
Getting Started
Prerequisites
1. Creating a Kakao Business account
To use this API, you must create a Kakao Business account on Kakao Business first.
If you have a Kakao Developers account, you can link and use your existing Kakao Developers account without creating a separate account.
After creating your Kakao Business account and logging in, set your basic information at your email address > 내 정보 at the top of the screen.
2. Registering an app and sending account/app details
After your Kakao Business account is ready, register an app and send the following information to your contact at Kakao Mobility:
- Kakao account (email)
- App ID
- App name
- Company name
How to check your Kakao account (email)
- Log in to Kakao Business.
- Click your email address > 내 정보, then check your Kakao account in the basic information.
How to register an app
- Log in to Kakao Developers.
- Go to App → + Create app.
- Enter the required information to register your app.
DANGER
You can enter up to 30 characters (including spaces) for the app name.
How to check app information
- Go to App and select the registered app.
- Click App → General to check the information.
TIP
Please send the information above to the person in charge at russel.ht@kakaomobility.com. Once your account is approved, you can use the API.
Walking Directions API Information
The number of locations that can be set for each API and the information provided are as follows:
| API Name | Origin | Waypoints | Destination |
|---|---|---|---|
| Walking Directions | 1 | Up to 5 | 1 |
| Multi-Waypoint Directions | 1 | Up to 100 | 1 |
| Multi-Origin Directions | 1 or more (up to 100) | - | 1 |
| Multi-Destination Directions | 1 | - | 1 or more (up to 100) |
[Partnership] Walking Directions API List
The features and basic request specifications provided by the Affiliate Walking Directions API are as follows:
| Name | URL | Method |
|---|---|---|
| Walking Directions | https://apis-navi.kakaomobility.com/affiliate/walking/v1/directions | GET |
| Multi-Waypoint Directions | https://apis-navi.kakaomobility.com/affiliate/walking/v1/waypoints/directions | POST |
| Multi-Origin Directions | https://apis-navi.kakaomobility.com/affiliate/walking/v1/origins/directions | POST |
| Multi-Destination Directions | https://apis-navi.kakaomobility.com/affiliate/walking/v1/destinations/directions | POST |