Skip to content

Checking NordRouter via Insomnia

  1. Create a collection and HTTP Request.
  2. Method: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. Auth → Bearer Token → key sk-nr-….
  5. 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.

All programs