For setup and installation instruction, please visit our
// Import
// Setting your API key
// Get your API key here
// Examples
// 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:
# Import
# Setting your API key
# Get your API key here
# Viewing your API key
# Examples
# 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
# Setting your API key
# Get your API key here
# Viewing your API key
# Examples
# 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
# Initialize instance of api class
# Get your API key here
# Examples
# 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
# Setting your API key
# Get your API key here
# Viewing your API key
# examples
# 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