Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.4 KB


Rosette API

The Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across 364 language-encoding-script combinations, revealing valuable information and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and comparing the similarity of names, categorizing and adding linguistic tags to text and more.

Rosette API Access

Quick Start

Examples

To run all of the example files:

./run-examples.sh -a $API_KEY

To run a single example file:

./run-examples.sh -a $API_KEY -f ping.curl

To run all of the example files against an alternate url:

./run-examples.sh -a $API_KEY -u https://foo.rosette.com/rest/v1

You can view the example call for each endpoint in the examples directory.

Documentation & Support