HTTP Request node
Body JSON
{
"model": "gpt-5.5",
"messages": [
{
"role": "user",
"content": "Say n8n-ok"
}
]
}
- Method:
POST - URL:
https://base.corvusllm.com/v1/chat/completions - Auth: Bearer token
- Token: your CorvusLLM key
Why this path
This path is explicit and reliable. You always know which URL, headers, and payload n8n is sending.