TLDR (Preview)
TLDR helps you summarize any piece of text into concise, easy to digest content so you can free yourself from information overload. Summarize any URL or text using state-of-the-art abstractive and extractive summarization models.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://tldrthis.com/ |
Privacy policy | https://tldrthis.com/privacy |
Categories | AI |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get extractive article summarization |
Use one of the world's most advanced extractive summarization models to extract the most important sentences from a given article URL. |
Get extractive text summarization |
Use one of the world's most advanced extractive summarization models to extract the most important sentences from a given text. |
Get human-like article summarization |
Use one of the world's most advanced abstractive summarization models to extract the most important sentences from a given article URL. |
Get human-like text summarization |
Use one of the world's most advanced abstractive summarization models to extract the most important sentences from a given text. |
Get extractive article summarization
Use one of the world's most advanced extractive summarization models to extract the most important sentences from a given article URL.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
url | True | string |
The URL. |
Sentences Number
|
num_sentences | integer |
The number of sentences. |
|
Is Detailed
|
is_detailed | boolean |
Whether is detailed. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Summary
|
summary | array of string |
The summary. |
Article Text
|
article_text | string |
The article text. |
Article Title
|
article_title | string |
The article title. |
Article Authors
|
article_authors | array of string |
The article authors. |
Article Image
|
article_image | string |
The article image. |
Article Pub Date
|
article_pub_date | string |
The article publish date. |
Article URL
|
article_url | string |
The article URL. |
Article HTML
|
article_html | string |
The article HTML. |
Article Abstract
|
article_abstract | string |
The article abstract. |
Get extractive text summarization
Use one of the world's most advanced extractive summarization models to extract the most important sentences from a given text.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | True | string |
The text. |
Sentences Number
|
num_sentences | integer |
The number of sentences. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Summary
|
summary | array of string |
The summary. |
Get human-like article summarization
Use one of the world's most advanced abstractive summarization models to extract the most important sentences from a given article URL.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
url | True | string |
The URL. |
Min Length
|
min_length | integer |
The minimum length. |
|
Max Length
|
max_length | integer |
The maximum length. |
|
Is Detailed
|
is_detailed | boolean |
Whether is detailed. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Summary
|
summary | array of string |
The summary. |
Article Text
|
article_text | string |
The article text. |
Article Title
|
article_title | string |
The article title. |
Article Authors
|
article_authors | array of string |
The article authors. |
Article Image
|
article_image | string |
The article image. |
Article Pub Date
|
article_pub_date | string |
The article publish date. |
Article URL
|
article_url | string |
The article URL. |
Article HTML
|
article_html | string |
The article HTML. |
Article Abstract
|
article_abstract | string |
The article abstract. |
Get human-like text summarization
Use one of the world's most advanced abstractive summarization models to extract the most important sentences from a given text.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | True | string |
The text. |
Min Length
|
min_length | integer |
The minimum length. |
|
Max Length
|
max_length | integer |
The maximum length. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Summary
|
summary | string |
The summary. |