NLX for Developers

Welcome to the NLX developer documentation to build and consume natural language applications in code.

I am looking for...

Cover

Platform SDK (Coming soon)

Automate provisioning your NLX apps and resources.

Get started in 5 minutes

Setting up your first NLX application should be the easiest part of getting started. With clear endpoints and copy-paste-ready examples you’ll be up and running in minutes.

No guesswork, no complexity. Make your first successful call, fast.

rocket-launchGet started link-simpleAPI reference

index.js
import { create, React, html } from "https://unpkg.com/@nlxai/[email protected]/lib/index.js?module";
      
const touchpoint = await create({
  config: {
    applicationUrl: "****",
    headers: {
      "nlx-api-key": "****"
    },
    languageCode: "en-US"
  },
  colorMode: "light",
  input: "voice",
  theme: {
    fontFamily: "'Neue Haas Grotesk', sans-serif",
    accent:"#0040FF"
  }
});

Learn more about the platform

Read guides, watch tutorials, and learn more about working with the NLX platform and integrating it with your own stack.

book-openPlatform guide

Join the NLX community

Enroll in Learning Hub or check out our open source contributions.

Cover

discord

Enroll in Learning Hub

Learn at your pace with video lessons, guided practice, and a builder community + earn a free LinkedIn certificate

Cover

github

Follow us on GitHub

Meet us on GitHub to find our open source contributions, including Touchpoint, the future of conversational interfaces

Last updated