Skip to main content
POST
/
api
/
agents
/
{agent_id}
/
logo
Upload Agent Logo
curl --request POST \
  --url https://api.example.com/api/agents/{agent_id}/logo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
integer
required

Body

application/json

Logo image as base64 data URL

Response

Successful Response

The response is of type Response Upload Agent Logo Api Agents Agent Id Logo Post · object.