Checking NordRouter via Insomnia
- Create a collection and HTTP Request.
- Method:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - Auth → Bearer Token → key
sk-nr-…. - Body → JSON:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Ответь одним словом: да" }]
}Click Send. For safe storage, create a private environment and substitute the variable key instead of the plaintext.
Official information:Insomnia Requests.