Skip to content

rosette-api/curl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babel Street Logo

Analytics by Babel Street

Our product is a full text processing pipeline from data preparation to extracting the most relevant information and analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for high-speed search and processing without translation.

Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the structure of associating those entities into events that deliver only the necessary information for near real-time decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.

The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help filter results to what’s relevant.

Analytics 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.babelstreet.com/rest/v1

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

Documentation & Support