Sign in

Upload avatar

documented

Upload a new avatar image (PUT supported via _method=PUT).

POST /api/avatar/uploadAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://fleep.io/api/avatar/upload?ticket={{FLEEP_TICKET}}&_method=PUT" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: image/jpeg" \
  -H "Content-Disposition: attachment; filename=\"{{$avatar_filename}}\"" \
  --data-binary "@{{$avatar_file}}"
Upload avatar · Fleep · OpenIntegrations