Agent Builder
Get agent theme
Returns textual and color theme settings. Image uploads are not exposed in the public builder.
get/public/v1/agents/{agentId}/theme
Path parameters
agentIdstring required
Example:uuid-xxxx-xxxx
Response
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"
}