Skip to main content
PUT
Update Avatar

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Body

application/json
avatar_url
string
required

Profile picture URL or path — upload via Media and use its URL, or set any image URL.

Example:

"https://cdn.example.com/avatar.jpg"

Response

200 - application/json

Avatar updated

success
enum<boolean>
required
Available options:
true