Profile Picture API
Profile Picture API
Manage user profile pictures using image URLs
The Profile Picture API allows you to get, update, and delete a user's profile picture. This API works with image URLs rather than direct image uploads.
Important Notes
- Image URLs: This API expects pre-uploaded image URLs. You'll need to upload your images to a storage service first and then provide the URL to this API.
- Supported URL Types: Any valid image URL is supported, including those from cloud storage services like AWS S3, Google Cloud Storage, or CDN URLs.
- Image Deletion: When a profile picture is deleted, the API only removes the reference to the image from the user's profile. It does not delete the actual image file from its storage location.