Skip to content

Implement Abstractive Summarization: API #64

Description

@Hgjnnf

Description

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions