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

  1. Go to the NavTalk console

  2. Register an account and log in

  3. Generate your API Key (license) on the "Projects" page

  4. 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.

Last updated