Currently only the validate function from sdrf-api-validator service was used. However, this function requires passing of full text as string in query params which have limitation due to max URL length. This should be change to use validateFile instead and the text content should be converted into a file blob in formdata to be sent to the backend while other parameters can be passed as query params.