Get App Parameters
Available for: Chatflow, Workflow, Chatbot, Agent, Text Generator apps.
Returns the app’s front-end configuration: the opening statement and suggested questions, feature toggles, the user input form, and file-upload limits. Use it to render the app’s inputs and apply the correct upload limits.
Authorizations
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
Application parameters information.
Opening statement text.
List of suggested questions.
Configuration for suggested questions after an answer.
Speech-to-text feature configuration.
Text-to-speech feature configuration.
Knowledge retrieval citation resource configuration.
Annotation reply feature configuration.
More-like-this feature configuration.
Content moderation feature configuration.
User input form configuration.
- Text Input
- Paragraph
- Select
File upload configuration.
System-level parameter limits.