Skip to main content
GET
/
embed
/
chat
/
{agentId}
/
avatar
Get agent avatar
curl --request GET \
  --url https://{customer-tenant}.nuwacom.ai/api/embed/chat/{agentId}/avatar \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

Response

200

Image data

I