GitHub

Authentication

Authentication

Generate an API key from the Lark dashboard.

Example request

curl https://api.lark.example/v1/docs \
  -H "Authorization: Bearer YOUR_API_KEY"

Example response

{
  "id": "doc_123",
  "title": "Getting started",
  "url": "https://lark.example/docs/getting-started"
}