Using the API
Updated over a week ago

Connecting via API

You can connect via API to any tool. Please read here the documentation.
However, we know this is not ideal, so you can contact us to request an integration and accelerate it in our roadmap. We'll do it for you ;)

Note: We recommend using our built-in integrations if the tool you are looking to integrate with is listed there.

Our API can be used to analyze and save new documents into a project. This way it's possible to connect a third-party platform to your project in and get all the benefits from our Dashboards in real time.

Passing metadata

The documents passed to the API may have a metadata property that can include any extra field that can be useful to gather aggregated insights in the project's dashboard. As an example, you may want to pass information additional information for a document like the channel, assignee, brand, etc.

The API exposes multiple endpoints. You can find the full API documentation in docs.lang.ai.

FAQ

Does the API work in real time?

Yes. You can query our API with a given text and get a response with the analysis in less than a second.

What is the API response?

The API returns an array of Intents and tags. For further details, check our API reference.

Can I have one document classified by many Intents or tags?

A text may be classified with none, one, or multiple Intents or tags at the same time.

Does the API returns the sentiment analysis of my request message?

We currently don’t support sentiment analysis in the API response. Intents may contain sentiment information if the context is relevant enough.

Did this answer your question?