Analyze images
The following parameters are only supported by the /analyze
endpoint.
Analyze by image URL
Analyze an image referenced by URL.
input.url=[image-url]
HTTPS
/ HTTP
. The image-url
must be RFC2396 compliant and point to a valid, accessible image ressource or an error will be returned.
Analyze by image upload
Upload and analyze a Base64 encoded image file (also known as Data-URI).
input.data=[base64-encoded-image-file]
Use POST
request to be able to upload larger files without hitting URI length limits. Send the input.data
parameter in POST
body using Content-Type: application/x-www-form-urlencoded
.
Supported image types are jpg
, png
and gif
.