/advanced
Identifies and extracts named entities from the text.
POST
https://zero-shot-ner.p.rapidapi.com/ner/advanced
The Advanced NER endpoint is designed for use cases requiring sophisticated named entity recognition and classification capabilities. This model not only recognizes and classifies entities from the provided text based on user-defined descriptions but also has the ability to infer logical relationships between entities and their classes. Furthermore, it offers functionality to group related entities into single clusters, enhancing the structure and interpretability of the output.
Headers
X-RapidAPI-Key*
Your API key
X-RapidAPI-Host*
String
zero-shot-ner.p.rapidapi.com
content-type*
String
application/json
Request Body
text*
String
Text for processing.
schema*
Object array
Array of objects, each defining a specific parameters for a named entity class.
groups
Object
Array of objects, each defining a specific members for entities group.
demojize
Boolean
Converting emoji to string.
threshold
Float
Threshold of scores.
scorer
Boolean
If set to true, the response will contain probability scores for each entity. The default value is set to false.
The model has successfully analyzed the input text and labels.
Last updated