Skip to main content
GET
Get App Info

Authorizations

Authorization
string
header
required

Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).

Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).

Response

200 - application/json

Basic information of the application.

name
string

Application name.

description
string

Application description.

tags
string[]

Application tags.

mode
string

Application mode. completion for text generation apps, chat for basic chat apps, agent-chat for agent-based apps, advanced-chat for Chatflow apps, workflow for Workflow apps.

author_name
string

Name of the application author.