NLX for Developers

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

Sign up Log in

I am looking for...

Cover

Platform SDK (Coming soon)

Automate provisioning my 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—not hours.

No guesswork, no complexity—just your first successful call, fast.

Get started API 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.

Platform guide Sign up

Join the NLX community

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

Cover

Enroll in Learning Hub

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

Cover

Follow us on GitHub

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

Last updated