Hi,
I try to use a json for a scripted connector but I get the error below
Fail, invalid input data. ["Request body cannot be greater than 1048576 bytes"]
Is is possible to increase the max json size ?
Data API enforces a strict 1 MB limit for JSON payloads, and this limit cannot be increased. See Data API Limitations | DataMiner Docs
A 1 MB JSON is already considered large by most API standards and can introduce unnecessary performance overhead. If you need to send more data, the best approach is to split the payload into smaller requests.
I’m curious to learn more about your scenario—what’s causing such large JSON bodies in your use case?