Skip to main content
GET
Get App Parameters

Authorizations

Authorization
string
header
required

API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences. Requests with a missing or invalid API key fail with HTTP 401 and error code unauthorized.

Response

Application parameters information.

opening_statement
string | null

Opening statement text.

suggested_questions
string[]

List of suggested questions.

suggested_questions_after_answer
object

Configuration for suggested questions after an answer.

speech_to_text
object

Speech-to-text feature configuration.

text_to_speech
object

Text-to-speech feature configuration.

retriever_resource
object

Knowledge retrieval citation resource configuration.

annotation_reply
object

Annotation reply feature configuration.

more_like_this
object

More-like-this feature configuration.

sensitive_word_avoidance
object

Content moderation feature configuration.

user_input_form
(Text Input · object | Paragraph · object | Select · object)[]

User input form configuration.

file_upload
object

File upload configuration.

system_parameters
object

System-level parameter limits.

Last modified on July 9, 2026