curl --location --request POST 'https://apivisionsampling.innovatemr.com/api/v2/textAnalyzer/getTAResponse' \
--header 'x-access-token;' \
--header 'Origin;' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobNumber": 12345,
"jobName": "Sample API Transaction",
"questionId": "Q123",
"answer": "This is the answer text.",
"supplier": "Test Supplier",
"languageCode": "en",
"templateId": 67890,
"timeDifference": 30
}'{
"apiStatus": "success",
"msg": "OE processed successfully",
"response": {
"_id": "5f64a1b8488d7a7e95cb367c",
"result": "accepted",
"OEResponse": {
"answer_chars": "22",
"n_words": "5",
"profanity_score": "0",
"cp_score_1": "0.06",
"cp_score_2": "0.68",
"spelling": "0",
"n_sentences": "1",
"mn_sentence_length": "5",
"past_oe": "1",
"exec_time": "0.088",
"n_past_oes": "7",
"is_url": "0",
"oe_rate": "1",
"contextuality": "1",
"error_message": "NA",
"client": "44",
"email": "0",
"SSN": "0",
"IPv4": "0",
"date": "0",
"visa": "0",
"license": "0",
"ZIP": "0",
"address": "0",
"fname": "0",
"lname": "0",
"study": "10000"
}
}
}