Documentation
FAQ: Do I need a proxy or special network? in the NexoRouter documentation.
FAQ: Do I need a proxy or special network?
No special client-side proxy should be required for the documented NexoRouter public API. Your application calls https://api.nexorouter.com/v1 over normal HTTPS.
Check these first
curl https://api.nexorouter.com/v1/models \
-H "Authorization: Bearer $NEXOROUTER_API_KEY"
If this works from your server but not from your local machine, the issue is likely local network policy, DNS, firewall, or proxy configuration.
Server-side recommendation
Call NexoRouter from your backend. Do not expose API keys in browser JavaScript, mobile apps, screenshots, or client-side config.