Quotation Extractor
Utterance or opinion of one or more parties to a case or object in an article is important information. This information is sometimes mixed with non-speech sentences in an article.
Quotation Extractor is a module that functions to get a set of sentences which are utterances or opinions, both direct quotes and indirect quotes. Quotation Extractor is used by inputting an article and the module will give an output as contents of the quotation and the speaker from the quoted sentence.
Illustration
Request Method
POST
Request URL
1 |
|
Request Header
Key | Data Type | Description | Value |
---|---|---|---|
Content-Type | string | Media type of the body sent to the API. Only Support 'application/json' | application/json |
x-api-key | string | API Key Acquired from Prosa API Console | [YOUR_API_KEY] |
Request Body
The request body accepts the following parameter(s) in JSON format.
Parameter | Data Type | Description | Auto | Required |
---|---|---|---|---|
text | string | text to be processed | True |
Example
Sample Request Body (JSON)
1 2 3 |
|
Sample Response Body (JSON)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
Free trial
Are you interested in our API? Click the button below and get your free trial now.
Version History
Below is the version history of our Quotation Extractor API.
Version | F1 | Test Data |
---|---|---|
1.0 | 96.75% | 10,412 tokens |
Questions?
We do our best to make this documentation clear and user friendly, but if you have unanswered questions, please send email to support@prosa.ai.