NLX for Developers
Welcome to the NLX developer documentation to build and consume natural language applications in code.
I am looking for...

Platform SDK (Coming soon)
Automate provisioning my NLX apps and resources.
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"
}
});
Join the NLX community
Enroll in Learning Hub or check out our open source contributions.
Last updated




