Uploading documents to Watson Discovery through API

321 Views Asked by At

From the documentation listed here there is a limit of 50MB per file.

Does this counts also the case, when we get a JSON data through the API, or it is only for the case when we upload documents with the Discovery Tooling?

And if it does, how can we proceed a JSON data from an API when the data is more than 50MB?

1

There are 1 best solutions below

7
On

The 50MB file size limit applies to all data formats including json. I would expect to see an error response from the API if you send json data of greater size than 50MB.

if your data is more than 50MB, then you will need to either truncate or split it.