> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sunnymeteo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart / 快速开始

> Get your first SunnyMeteo API request working in minutes

本页帮助你在几分钟内完成第一次 API 调用。

## Prerequisites / 前置条件

* SunnyMeteo API Key（`X-API-Key`）
* 可访问 `https://api.sunnymeteo.com` 的网络环境
* 任意 HTTP 客户端（curl、Postman 或 SDK）

## Get started

<Steps>
  <Step title="Obtain an API key">
    联系 SunnyMeteo 获取 API Key，或在控制台创建密钥（即将开放）。
  </Step>

  <Step title="Make your first request">
    使用城市 ID 或经纬度请求实况天气（示例路径，以 API Explorer 为准）：

    ```bash theme={null}
    curl -s "https://api.sunnymeteo.com/v1/weather/condition?cityId=101010100" \
      -H "X-API-Key: YOUR_API_KEY"
    ```
  </Step>

  <Step title="Explore products">
    在左侧导航 **Products / 产品** 中按业务场景查阅数据说明与字段定义。
  </Step>
</Steps>

<Tip>
  需要联调？使用 [API Explorer](https://api.sunnymeteo.com/docs) 查看完整路径与参数。
</Tip>
