curl -X POST https://app.drime.cloud/api/v1/workspace/1873/avatar \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "avatar": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==" }'
{ "workspace": { "id": 1873, "name": "My Workspace", "avatar": "https://app.drime.cloud/storage/workspace-avatars/abc123.png", "updated_at": "2025-12-20T10:00:00.000000Z" }, "status": "success" }
Upload or update workspace avatar image
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
success