In this tutorial, you will learn how to use Summarization API in 5 minutes using Python and Eden AI API. Eden AI provides a unique, easy and developer-friendly API that allows you to summarize texts with the provider of your choice.
PermalinkWhat is Summarization ?
Much like Keyword Extraction, Summarization uses machine learning with Natural Language Processing (NLP) to break down human language so that it can be understood and analyzed by machines. It is a technique that automatically sums up a long text while capturing the essence of its content : the important topics, expressions and words.
Summarization APIs are ideal for students, teachers, or anyone in the academic field dealing with large amounts of content on a daily basis. For instance, it can be used to condense research papers into shorter, more readable briefs.
Try Eden AI for FREE
PermalinkGetting Started with Summarization API
The first step to using Summarization API is to install Python's requests package that will allow you to call Eden AI API.
Next, you'll need to install Python's JSON package in order to read and print the result of the API request.
PermalinkHow to use Summarization in Text with Python
You are now ready to process text into Eden AI Summarization API. You can use Summarization in many languages (here is the list of languages supported for Summarization.)
Permalink1. Get a Summarization API Key on Eden AI
To perform Summarization, you'll need to create an account on Eden AI. Then, you will be able to get your API key direclty from the homepage with free credits offered by Eden AI.
Eden AI platform - Get your API key
Get your API key for FREE
Permalink2. Start summarizing your text
Now that you have imported packages on Python and got your API key, you will be able to summarize your text. With Eden AI, you can choose from a wide range of engines you want for Summarization. Here is the list of Summarization APIs available on Eden AI to help you choose the provider that best suits your project and needs.
Here is the Python script you need to write on your notebook:
As shown in the script, we have called two different Summarization engines. Eden AI API will then return in its JSON response results of those providers.
Once the request is done, you will be able to get the result with this print:
Here is an example of a Summarization API response:
PermalinkBenefits of using Summarization API with Eden AI
Using Summarization with Eden AI API is quick and easy. Plus, by aggregating several Summarization engines on a single API, our platform lets you use a number of these engines at the same time depending on the document you wish to summarize.
Best Summarization engines in one API
PermalinkSave time and cost
We offer a unified API for all providers: simple and standard to use, with a quick switch between providers and an access to the specific features of each provider.
PermalinkEasy to integrate
The JSON output format is the same for all suppliers thanks to Eden AI's standardisation work. The response elements are also standardised thanks to Eden AI's powerful matching algorithms.
PermalinkCustomization
With Eden AI you have the possibility to integrate a third-party platform: we can quickly develop connectors. To go further and customize your Summarization request with specific parameters, check out our documentation.