# Kakao API **Provider:** Kakao **Category:** social **Base URL:** `https://developers.kakao.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Daily quota per app; varies by API **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.kakao.com/ ## Description Kakao Login, Share on KakaoTalk, Social Plugins and more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.kakao.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.kakao.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for Kakao developers. KakaoTalk social login and messaging APIs. Kakao i (AI) APIs have usage-based pricing. South Korea-focused platform. --- *Source: [API Map](https://apimap.dev/apis/kakao/) — CC BY 4.0*