> ## 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 daily wallpaper

> Get the Bing daily wallpaper

<ParamField path="https://api.ecylt.com/v1/bing_img" type="GET">
  Base API endpoint
</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>
