Skip to main content
PUT
/
api
/
v3
/
agents
/
{id}
/
icon
Upload agent icon
curl --request PUT \
  --url https://paradigm.lighton.ai/api/v3/agents/{id}/icon \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form icon='@example-file'
"<unknown>"

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

Body

multipart/form-data
icon
file
required

Image file to upload as agent icon (max 5MB)

Response

Icon uploaded successfully