Phrase Extractor

POST {{baseUrl}}/phrase_extractor

Introduction

What does your API do?

Get phrase keywords from the text in the input.

Overview

Things that the developers should know about

The API accepts the input parameters as form-data.

Response will be in JSON as shown below:

{
    "keywords": [
        {
            "relevance_score": 1,
            "keyword": "Ronaldo"
        },
        {
            "relevance_score": 2,
            "keyword": "Principality Stadium"
        },
        {
            "relevance_score": 1,