Profile Avatar update
Developing
PUT
/auth/profiles/avatar
Upload Profile Avatar
/v1/auth/profiles/avatar
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vidinfra.com/v1/auth/profiles/avatar' \
--form 'avatar=@"/home/raka/Downloads/Group 3.png"'
Response Response Example
{"message":"Profile Avater is updated successfully.","result":"avatar-1774737328401551360.png","success":true}
Request
Body Params multipart/form-data
avatar
fileÂ
required
Example:
file:///home/raka/Downloads/Group 3.png
Responses
Modified at 2025-06-19 04:59:01