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

# Bing 每日壁纸

> 获取 Bing 每日壁纸

<ParamField path="https://api.ecylt.com/v1/bing_img" type="GET">
  基础 API 端口
</ParamField>

<ParamField query="output" type="string" required>
  output mode. If you do not add "json", 302 jumps; otherwise json format output
</ParamField>

<ResponseExample>
  ```json 200: OK normal response theme={null}
  {
    "image_url": "image url"
  }
  ```
</ResponseExample>
