Is there an upper limit on the IBM Bluemix Alchemy API's image size that can be analyzed?

Asked 2 years ago, Updated 2 years ago, 74 views

I'm developing an app with IBM's PaaS Bluemix.

When I tried to make the Alchemy API in Bluemix's Watson category recognize the image, I got an error that appears to be the upper limit of the file size.Is there an upper limit on the size of the image that can be analyzed?

I look forward to hearing from you.

bluemix

2022-09-30 19:37

1 Answers

Looking at the Image Tagging API description here in the Alchemy API, it seems that the maximum number of photos that can be processed is 1MB.

Requested image documents can be a maximum of 1 megababyte.Larger documents will result in a "content-exceeds-size-limit" error response.


2022-09-30 19:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.