Skip to main content
The DialNexa React SDK is planned but not released. There is no supported React package to install, and the public component, hook, event, and authentication interfaces have not been finalized.

Current DialNexa React SDK Status

Use DialNexa In A React Application Today

1

Keep API credentials on the server

Store the DialNexa API key in a server environment variable. Never include it in a browser bundle.
2

Create server-side routes

Use a server route, server action, or backend service for authenticated DialNexa API requests. The TypeScript HTTP example shows the supported request pattern.
3

Use the current web call surface

Follow Web Calls for the browser call experience available today.
4

Verify call evidence

Confirm created calls in Call History and review their status, transcript, recording, and end reason.

Avoid Planning Against An Unreleased Interface

Do not commit production code to an assumed package name, React hook, callback, token format, or browser transport. Those details can change before a public SDK exists.