Skip to content

Getting Started

Christopher Park edited this page Apr 19, 2016 · 2 revisions

Get Rosette API Access

You'll need a Rosette API key to start. Head to developer.rosette.com to start your 30-day trial of the Rosette API. Check out the documentation first, then find your API key in your developer portal and pass it in as a parameter every time your code opens an API connection.

Run an example

All of the examples are simple ruby scripts and can be run from any *nix prompt. Currently, they rely on the ruby binding source to reside in a parent directory. A Gem will be published in the near future to correct this.

Clone this wiki locally