What is the Max Length for Creating a Note via the API?

What is the Max Length for Creating a Note via the API?

I'm getting a lot of "MORE_THAN_MAX_LENGTH" errors even when my content is short (e.g. 724 characters). I've been able to add longer notes successfully so I don't know why some notes are not getting created. Any ideas for how to troubleshoot?

Oh, maybe it's the title that's too long? What's the max length allowed for a note title?

Here is the error response I'm getting: 

Error - Request failed with status code 400

  1. {
  2.     "data":
  3.     {
  4.         "errorCode": "MORE_THAN_MAX_LENGTH",
  5.         "moreInfo": "zoho\\x2Dinputstream\\x20More\\x20than\\x20minimum\\x20length"
  6.     },
  7.     "status":
  8.     {
  9.         "code": 400,
  10.         "description": "Invalid Input"
  11.     }
  12. }