Update user's picture
Last updated
Was this helpful?
Was this helpful?
POST <PRESIGNED_UPLOAD_URL_PATH> HTTP/1.1
Host: <YOUR_APP>.authgear.cloud
Content-Length: <CONTENT_LENGTH>
Content-Type: multipart/form-data; boundary=----boundary
----boundary
Content-Disposition: form-data; name="file"; filename="image.png"
Content-Type: image/png
<CONTENT_OF_IMAGE_FILE>
----boundary{
"result": {
"url": "authgearimages:///..."
}
}