Named Entity Recognition

Our NER API lets you pass a block of text or documents and extract named entities.

The API will return entities such as person, organization, currency, percentage, date, place and more. The API also returns the sentences in which the entities are found.

How It Works

  • Signup for an account and request for the API key.
  • Send a document or text along with the API key to the Restful API.
  • The API returns entities and sentences in JSON format.

If you are interested in trying the signature matching API, signup to get the API key and documentation.