GET avatars/image

appwrite.io:client

Summary: Get Image from URL
Operation ID: avatarsGetImage
Auth: custom_header
Description

Use this endpoint to fetch a remote image URL and crop it to any image size you want. This endpoint is very useful if you need to crop and display remote images in your app or in case you want to make sure a 3rd party image is properly served using a TLS protocol.

Parameters (3)

height (integer, query, optional, default: 400)

Resize preview image height, Pass an integer between 0 to 2000.

url (string, query, required)

Image URL which you want to crop.

width (integer, query, optional, default: 400)

Resize preview image width, Pass an integer between 0 to 2000.

No probe data for this endpoint yet.