Skip to main content
GET
/
api
/
v3
/
agents
/
{id}
/
icon
Get agent icon
curl --request GET \
  --url https://paradigm.lighton.ai/api/v3/agents/{id}/icon \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the agent

Query Parameters

download
string

Set to 'true' to download the icon as an attachment

Response

WebP image file content