## Description - Should be done after #63 - Incorporate the ML service from #63 inside the Flask API - Modify the current API (both Express and Flask) to take in an option of isParaphrase (Boolean) - True = Abstractive, False = Extractive (Default) Sample Request: ``` headers: { 'Content-Type': 'application/json' }, body: { 'content': String, 'length': Integer, 'isParaphrase': Boolean } ``` ## Acceptance Criteria - Accepts a new parameter in the request body called isParaphrase - Returns the appropriate text depending on the isParaphrase input
Description
Sample Request:
Acceptance Criteria