Using geneea-sdk with geneea.com

Python integration

✓ Official SDK

Install

pip install geneea-sdk

Quick start

import geneea-sdk

# Set your API key
client = geneea_sdk.Client(api_key="YOUR_API_KEY")
Gets status of the Interpretor service
curl \
  # append ?user_key=$API_KEY to the URL \
  /status
Information about current user account
curl \
  # append ?user_key=$API_KEY to the URL \
  /account
Performs topic detection on the given document
curl \
  # append ?user_key=$API_KEY to the URL \
  /s1/topic
SDK on GitHub 📄 API Docs
SDK
geneea-sdk
Python
API
geneea.com
geneea.com

At a glance

Language Python
Endpoints12
✓ Official