cURL
curl --request PUT \ --url https://api.sumvin.com/v0/user/me/profile-picture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "_links": {}, "profile_picture_url": "<string>" }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
Profile picture uploaded successfully
HAL-style hypermedia links for navigation.
Public URL of the uploaded picture.