Upload a sending-profile avatar image
Requires `write` (`sending_profile:manage`). NOTE: this endpoint takes no `{id}` — it is a standalone upload that returns a URL; pass that URL as `avatarUrl` on a create/update call to attach it to a profile. PNG, JPEG, WebP, or GIF; max 2MB.
/api/sending-profiles/avatarA Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.
In: header
binaryResponse Body
curl -X POST "https://app.stethq.com/api/sending-profiles/avatar" \ -F file="string"{
"url": "http://example.com"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}Update a sending profile
Requires `write` (`sending_profile:manage`). At least one field must be present.
Check for audience/channel conflicts
Read-only. The same conflict check `schedule` and `send-now` run before dispatch — a channel reached by two-or-more targeted audiences with differing visible blocks for that channel.