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.Related Pages
- Web Calls for the current browser voice experience.
- TypeScript HTTP Example for secure server-side requests.
- API Authentication for API key requirements.
- Call History for verifying calls.