For setup and installation instruction, please visit our

// Import
import paralleldots.Komprehend;

// Setting your API key
// Get your API key here
Komprehend pd = new Komprehend("<YOUR_API_KEY>");

// Examples
For setup and installation instruction, please visit our

# From PyPI:
pip install paralleldots
# Import
import paralleldots
# Setting your API key
paralleldots.set_api_key(<YOUR_API_KEY>)
# Get your API key here
# Viewing your API key
paralleldots.get_api_key()
# Examples
For setup and installation instruction, please visit our

# Require
require 'paralleldots'

# Setting your API key
# Get your API key here
set_api_key(<YOUR_API_KEY>)

# Viewing your API key
get_api_key()

# Examples
For setup and installation instruction, please visit our

# Import wrapper namespace
using Komprehend

# Initialize instance of api class
# Get your API key here
paralleldots pd = new parallelDots("<YOUR_API_KEY>");

# Examples
For setup and installation instruction, please visit our

# Require
require(__DIR__ . '/vendor/paralleldots/apis/autoload.php');

# Setting your API key
# Get your API key here
set_api_key("<YOUR_API_KEY>");

# Viewing your API key
get_api_key();

# examples