Agent Builder
Update agent theme
Updates textual and color theme settings. Requires a USER API key.
put/public/v1/agents/{agentId}/theme
Path parameters
agentIdstring required
Example:uuid-xxxx-xxxx
Request body
Example request
{
"avatar": "example",
"bubbleImage": "example",
"title": "example",
"initialMessage": "example",
"placeholder": "example",
"bubbleColor": "example",
"userMessageColor": "example",
"agentMessageColor": "example",
"bubbleAlignment": "RIGHT",
"progressIndicator": "STATIC",
"verticalPositionInPixels": 1
}Response
Updated agent theme
Example response
{
"id": 1,
"assistantId": "example",
"avatar": "example",
"bubbleImage": "example",
"title": "example",
"initialMessage": "example",
"placeholder": "example",
"bubbleColor": "example",
"userMessageColor": "example",
"agentMessageColor": "example",
"bubbleAlignment": "RIGHT",
"progressIndicator": "STATIC",
"verticalPositionInPixels": 1,
"updatedAt": "example"
}