
Setup
Parameters
Request
Detect named entities by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"input": "your input text here",
"steps": [{
"skill": "names"
}]
}
Response
Returns a list of detected names
Supported Labels
- PERSON- People, including fictional characters.
- NORP- Nationalities or religious or political groups.
- FAC- Companies, agencies, institutions, etc.
- GPE- Countries, cities, states.
- LOC- Non-GPE locations, mountain ranges, lakes
- PRODUCT- Objects, vehicles, foods, etc. (Not services)
- EVENT- Hurricanes, battles, sports events, etc.
- WORK_OF_ART- Titles of books, songs, etc.
- LAW- Named documents made into laws.
- LANGUAGE- Any named language.