Skip to main content
# langai-python [![travis](https://api.travis-ci.com/lang-ai/langai-python.svg?branch=master)](https://travis-ci.com/lang-ai/langai-python)

A LangAI API client written in Python.

Check the [API Docs](https://docs.lang.ai) and the [Developer site](https://lang.ai/developers) for more info on how to use and integrate the API.

> To work with the LangAI API, you must have a token. If you don't have a token already, [request an invite](https://lang.ai/developers).

## Installation

Install [`langai-python`](https://www.npmjs.com/package/langai-python) in your python project with pip.

```
pip install -u langai
```


See the example below on how to import and use the LangAI API to analyze intents in new texts. A projectId is required. Check the [`workflow`](https://docs.lang.ai/#workflow) documentation to get an overview of the process.

## Usage

```python
from langai import LangAiClient

lang = LangAiClient("your_token")
params = {
text: 'your-text',
projectId: 'your-projectId',
}
result = lang.analyze(**params)
print(result)

```


Download files

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

Source Distribution

langai-client-0.0.1.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langai_client-0.0.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file langai-client-0.0.1.tar.gz.

File metadata

  • Download URL: langai-client-0.0.1.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for langai-client-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ab54d97939afb2ceade3df566eaa96be7ceb39650bf691894b659fe82c542b4f
MD5 2ff669dd3be533ac87cd5f4cc7a37cc6
BLAKE2b-256 6f0bf34d9136e227ac1ef451be2bf9ad7383e745621beb9f4dab38b26e3e46e9

See more details on using hashes here.

File details

Details for the file langai_client-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for langai_client-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a257d15055bd8c84c0a535de261e21fc9a41d2d0c57eb3d11f3654ff33aaa1d7
MD5 9e062e4d0685fbfe00a1ea0843e3cb19
BLAKE2b-256 ffcef10834794f966824b88eae26bfb31dcb4e82cd0b4b50d18ed5f1af96777b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page