# Line API **Provider:** Line **Category:** social **Base URL:** `https://developers.line.biz` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100K req/hr **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.line.biz/ ## Description Line Login, Share on Line, Social Plugins and more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.line.biz/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.line.biz' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for developers (LINE Messaging API). Pay-as-you-go for outbound messages. Free tier: 200 free messages/month per channel. Additional at ~$0.01-0.05/msg. --- *Source: [API Map](https://apimap.dev/apis/line/) — CC BY 4.0*