TypeGenie SDK and API let you integrate world's most advanced sentence completions to your application.
You could bring sentence completions to the users of your ticketing system, CRM, a mobile app, ... anywhere you write, really.
There are two ways to bring TypeGenie to your app:
To request access to our SDK or API key, or support with either, email us at hi@typegenie.net or book a call with us.
To bring sentence completions to any web app, you can use TypeGenie.js, our JavaScript library.
You install the library to your web app like you would any JS-library:
In addition to the library, you will need to implement two functions. The exact implementation depends on your application, so we can only provide templates.
First, a function to get the dialogue text this far in a conversation:
Second, a function to get an authorization token. TypeGenie can use your CRM as an identity provider (idP). We support SAML single sign-on (SSO).
Now, you are ready to launch TypeGenie to your app:
At this point, you are ready to go.
To bring sentence completions to a custom app, you can get sentence completions served through our REST API.
In this case, you will need to implement the sentence completion UI logic yourself.
Click here to see the API documentation.
To request an API key, email us at hi@typegenie.net or book a call with us.