Skip to main content

A Python API wrapper for Suvvy AI API

Project description

An API wrapper for Suvvy AI

Supported Python versions PyPI version PyPI downloads

suvvy.ai

Installation

pip install -U suvvyapi 

Usage

from suvvyapi import SuvvyAPIWrapper, Message

suvvy = SuvvyAPIWrapper("YOUR_TOKEN")
# You can get your token on https://home.suvvy.ai/

response = suvvy.predict(Message(text="Say hello to Python!"), "random_id")
# 'Hello!'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

suvvyapi-0.1a0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

suvvyapi-0.1a0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page