Skip to content

Insomnia ile NordRouter'ı test etme

  1. Bir collection ve HTTP Request oluşturun.
  2. Yöntem: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. Auth → Bearer Tokensk-nr-… anahtarı.
  5. Body → JSON:
json
{
  "model": "anthropic/claude-sonnet-4.6",
  "messages": [{ "role": "user", "content": "Tek kelimeyle yanıtla: evet" }]
}

Send düğmesine basın. Güvenli saklama için private environment oluşturun ve anahtarı açık metin yerine bir değişkenle kullanın.

Resmî belgeler: Insomnia Requests.

Tüm programlar