Skip to content

rosette-api/curl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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