メインコンテンツへスキップ
GET
/
parameters
{
  "opening_statement": "<string>",
  "suggested_questions": [
    "<string>"
  ],
  "suggested_questions_after_answer": {
    "enabled": true
  },
  "speech_to_text": {
    "enabled": true
  },
  "retriever_resource": {
    "enabled": true
  },
  "annotation_reply": {
    "enabled": true
  },
  "user_input_form": [
    {
      "text-input": {
        "label": "<string>",
        "variable": "<string>",
        "required": true,
        "default": "<string>"
      }
    }
  ],
  "file_upload": {
    "image": {
      "enabled": true,
      "number_limits": 123,
      "detail": "<string>",
      "transfer_methods": [
        "remote_url"
      ]
    }
  },
  "system_parameters": {
    "file_size_limit": 123,
    "image_file_size_limit": 123,
    "audio_file_size_limit": 123,
    "video_file_size_limit": 123
  }
}

Authorizations

Authorization
string
header
required

API-Key認証。すべてのAPIリクエストで、Authorization HTTPヘッダーに Bearer {API_KEY} の形式でAPIキーを含めてください。APIキーの漏洩を避けるため、サーバーサイドでの保存を強く推奨します。

Response

200 - application/json

アプリケーションパラメータ情報。

アプリケーションのパラメータ情報。

opening_statement
string

開始文。

suggested_questions
string[]

開始時の提案質問リスト。

suggested_questions_after_answer
object

回答後の提案質問。

speech_to_text
object

音声からテキスト。

retriever_resource
object

引用と帰属。

annotation_reply
object

注釈付き返信。

user_input_form
object[]

ユーザー入力フォーム設定。

  • Option 1
  • Option 2
  • Option 3
file_upload
object

ファイルアップロード設定。

system_parameters
object

システムパラメータ。