API KEY
Before making any API calls, you need to complete authentication and provide the License parameter (i.e., API Key) for permission verification.
How to Obtain
Go to the NavTalk console
Register an account and log in
Generate your API Key (license) on the "Projects" page
New users receive $10 in free trial credits upon registration
Security Notice
For security purposes, never expose licenses in front-end code or web requests. This key serves as your core access credential—if compromised, it could lead to unauthorized API calls, resulting in financial losses or sensitive data breaches. We strongly recommend storing the license on the server side and using backend proxies for API calls to ensure credential security.
For a practical implementation, refer to our backend demo: https://github.com/navtalk/Samples/tree/main/WebServer
Last updated