---
title: "Get App WebApp Settings"
method: GET
path: "/site"
tags: ["Applications"]
---

# Get App WebApp Settings

`GET /site`

**Available for**: Chatflow, Workflow, New Agent, Chatbot, Agent, Text Generator apps.

Returns the branding and display settings for the app's hosted web app, such as its title, icon, theme colors, and default language.

## Response `200`

Web app settings of the application.

- WebAppSettingsResponse
  - `title` string — Web app title.
  - `chat_color_theme` string — Chat color theme.
  - `chat_color_theme_inverted` boolean — Whether the chat color theme is inverted.
  - `icon_type` string — Type of icon used. `emoji` for emoji icons, `image` for uploaded image icons.
  - `icon` string — Icon content (emoji or image ID).
  - `icon_background` string — Icon background color.
  - `icon_url` string, url, nullable — URL of the icon image.
  - `description` string — Web app description.
  - `copyright` string — Copyright text.
  - `privacy_policy` string — Privacy policy URL.
  - `input_placeholder` string, nullable — Placeholder text shown in the web app message input box. `null` when not configured.
  - `custom_disclaimer` string — Custom disclaimer text.
  - `default_language` string — Default language code.
  - `show_workflow_steps` boolean — Whether to show workflow steps.
  - `use_icon_as_answer_icon` boolean — Whether to use the app icon as the answer icon.

## Other responses

- `403` — `forbidden` : Site not found for this application or the workspace has been archived.

---

[API](https://skmtc.net/langgenius/apis/dify-service-api.md) · [All operations](https://skmtc.net/langgenius/apis/dify-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langgenius/dify-service-api/revisions/e49b3db72bad/schema)
