2

How do I fix issues with IBM Watson Image Recognition upload error? Screenshot of the error attached for reference.

enter image description here

chughts
  • 4,210
  • 2
  • 14
  • 27

1 Answers1

0

413 is payload too large. From the API docs

The size of the image file in the request is larger than the maximum supported size.

I suggest you use a smaller image.

chughts
  • 4,210
  • 2
  • 14
  • 27