1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00

update: add api doesn't support redirections.

This commit is contained in:
ItzNotABug 2024-06-05 13:45:41 +05:30
parent 7da997b5cd
commit a9cee074be
2 changed files with 4 additions and 0 deletions

View file

@ -1 +1,3 @@
Use this endpoint to fetch the favorite icon (AKA favicon) of any remote website URL.
This endpoint does not follow HTTP redirects.

View file

@ -1,3 +1,5 @@
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.
When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 400x400px.
This endpoint does not follow HTTP redirects.