Use the /generate-blurhash-from-file endpoint to upload an image file and generate Blurhash. The image file should be sent as a multipart/form-data request, and you will receive the Blurhash string in the response
Request
Body Params multipart/form-data
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://hashify.onrender.com//generate-blurhash-from-file' \
--form'image=@"/Users/jeron/Downloads/health app.png"'