For the complete documentation index, see llms.txt. This page is also available as Markdown.

会話 Widget

Web Chat の作成

POST /api/v1/web-chats/

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 201

レスポンス構造の例

レスポンスの例


Web Chat の作成

POST /api/web-chats/

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 201

レスポンス構造の例

レスポンスの例


Web Chat の一覧取得

GET /api/v1/web-chats/

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Web Chat の一覧取得

GET /api/web-chats/

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


特定の Web Chat の取得

GET /api/v1/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


特定の Web Chat の取得

GET /api/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Web Chat の更新

PUT /api/v1/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Web Chat の更新

PUT /api/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Web Chat の部分更新

PATCH /api/v1/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

いいえ

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

いいえ

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Web Chat の部分更新

PATCH /api/web-chats/{id}/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

いいえ

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

いいえ

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


連絡先の認証情報の設定

POST /api/v1/web-chats/{id}/setup-contact-credentials/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

sourceId

string

はい

Unique identifier for the contact

name

string

いいえ

Contact display name

mcpCredentials

object (2 個のプロパティ: toolId, headers を含む)

いいえ

MCP credentials configuration

mcpCredentials.toolId

string (uuid)

はい

MCP Tool ID

mcpCredentials.headers

object

いいえ

Authentication headers

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例

ステータスコード: 400 - No response body


連絡先の認証情報の設定

POST /api/web-chats/{id}/setup-contact-credentials/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

sourceId

string

はい

Unique identifier for the contact

name

string

いいえ

Contact display name

mcpCredentials

object (2 個のプロパティ: toolId, headers を含む)

いいえ

MCP credentials configuration

mcpCredentials.toolId

string (uuid)

はい

MCP Tool ID

mcpCredentials.headers

object

いいえ

Authentication headers

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例

ステータスコード: 400 - No response body


音声アシスタント Token の取得

POST /api/v1/web-chats/{id}/voice-agent/token/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


音声アシスタント Token の取得

POST /api/web-chats/{id}/voice-agent/token/

パラメータ

パラメータ名
必須
説明

id

string

A UUID string identifying this web chat.

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

avatar

string (uri)

いいえ

logo

string (uri)

いいえ

description

string

いいえ

cover

string (uri)

いいえ

backUrl

string

いいえ

isActive

boolean

いいえ

theme

object

はい

theme.primaryColor

string

いいえ

theme.navbarTextColor

string

いいえ

theme.conversationBackgroundColor

string

いいえ

theme.chatbotMessageTextColor

string

いいえ

theme.userMessageTextColor

string

いいえ

theme.chatbotMessageBackgroundColor

string

いいえ

theme.userMessageBackgroundColor

string

いいえ

theme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

theme.userMessageBackgroundShadowEnabled

boolean

いいえ

theme.chatbotMessageGradientEnabled

boolean

いいえ

theme.userMessageGradientEnabled

boolean

いいえ

darkTheme

object

はい

darkTheme.primaryColor

string

いいえ

darkTheme.navbarTextColor

string

いいえ

darkTheme.conversationBackgroundColor

string

いいえ

darkTheme.chatbotMessageTextColor

string

いいえ

darkTheme.userMessageTextColor

string

いいえ

darkTheme.chatbotMessageBackgroundColor

string

いいえ

darkTheme.userMessageBackgroundColor

string

いいえ

darkTheme.chatbotMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.userMessageBackgroundShadowEnabled

boolean

いいえ

darkTheme.chatbotMessageGradientEnabled

boolean

いいえ

darkTheme.userMessageGradientEnabled

boolean

いいえ

enableFileUpload

boolean

いいえ

enableDisplayCitations

boolean

いいえ

toolDisplayMode

string (enum: full, compact, hidden)

いいえ

full: Full ; compact: Compact ; hidden: Hidden;

enableDisplayThinking

boolean

いいえ

enableUserThinkingControl

boolean

いいえ

enableDisplayQueryMetadata

boolean

いいえ

enableShareConversation

boolean

いいえ

enableLocation

boolean

いいえ

enableShowPoweredBy

boolean

いいえ

poweredByLogo

string (uri)

いいえ

enableAnonymous

boolean

いいえ

enableDisplayPreviousConversation

boolean

いいえ

enableDisplayConversationHistory

boolean

いいえ

enableConversationTimer

boolean

いいえ

conversationTimerDuration

integer

いいえ

タイマーのタイムアウト時間。範囲は 3〜60 分です

enableAutoNewConversationOnTimeout

boolean

いいえ

enableThemeModeToggle

boolean

いいえ

enableDisplayFontSizeSwitch

boolean

いいえ

defaultThemeMode

object

いいえ

enableDownloadCitations

boolean

いいえ

customDomain

object (3 個のプロパティ: id, domain, status を含む)

いいえ

customDomain.domain

string

はい

enableDisplayChatbotAvatar

boolean

いいえ

enableDisplayChatbotName

boolean

いいえ

enableVoiceAgent

boolean

いいえ

WebChat で音声エージェント機能の利用を許可するかどうか

buttonIcon

string (uri)

いいえ

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


一括 QA ファイルのアップロード

POST /api/v1/web-chats/{webchatPk}/batch-qas/

パラメータ

パラメータ名
必須
説明

webchatPk

string

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

file

string (uri)

はい

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 201

レスポンス構造の例

レスポンスの例


一括 QA ファイルのアップロード

POST /api/web-chats/{webchatPk}/batch-qas/

パラメータ

パラメータ名
必須
説明

webchatPk

string

リクエスト内容

リクエストパラメータ

フィールド
必須
説明

file

string (uri)

はい

リクエスト構造の例

リクエストの例

コード例

レスポンス内容

ステータスコード: 201

レスポンス構造の例

レスポンスの例


一括 QA を Excel にエクスポート

GET /api/v1/web-chats/{webchatPk}/batch-qas/{id}/export-excel/

パラメータ

パラメータ名
必須
説明

id

string

この Chatbot 一括 QA ファイルを識別する UUID 文字列です。

webchatPk

string

コード例

レスポンス内容

ステータスコード
説明

200

Excel ファイルのダウンロード


一括 QA を Excel にエクスポート

GET /api/web-chats/{webchatPk}/batch-qas/{id}/export-excel/

パラメータ

パラメータ名
必須
説明

id

string

この Chatbot 一括 QA ファイルを識別する UUID 文字列です。

webchatPk

string

コード例

レスポンス内容

ステータスコード
説明

200

Excel ファイルのダウンロード


LLM 利用統計の取得

GET /api/chatbots/{chatbotPk}/llm-usage-statistics/

パラメータ

パラメータ名
必須
説明

chatbotPk

string

A UUID string identifying this Chatbot ID

endDate

string

終了日。形式: YYYY-MM-DD

startDate

string

開始日。形式: YYYY-MM-DD

timeGranularity

string

時間粒度 (day/month)

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例

ステータスコード: 400

レスポンス構造の例

レスポンスの例


LLM 利用統計の取得

GET /api/v1/chatbots/{chatbotPk}/llm-usage-statistics/

パラメータ

パラメータ名
必須
説明

chatbotPk

string

A UUID string identifying this Chatbot ID

endDate

string

終了日。形式: YYYY-MM-DD

startDate

string

開始日。形式: YYYY-MM-DD

timeGranularity

string

時間粒度 (day/month)

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例

ステータスコード: 400

レスポンス構造の例

レスポンスの例


AI アシスタント統計データの取得

GET /api/chatbots/{chatbotPk}/statistics/

パラメータ

パラメータ名
必須
説明

chatbotPk

string

A UUID string identifying this Chatbot ID

datetimeFrom

string

開始時刻

datetimeTo

string

終了時刻

timeGranularity

string

時間粒度 (hour/day/month)

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


AI アシスタント統計データの取得

GET /api/v1/chatbots/{chatbotPk}/statistics/

パラメータ

パラメータ名
必須
説明

chatbotPk

string

A UUID string identifying this Chatbot ID

datetimeFrom

string

開始時刻

datetimeTo

string

終了時刻

timeGranularity

string

時間粒度 (hour/day/month)

コード例

レスポンス内容

ステータスコード: 200

レスポンス構造の例

レスポンスの例


Last updated

Was this helpful?