NetIntel API – AI Chat Completion (MCP/Messages) is a paid API for AI agents from netintel-production-440c.up.railway.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14, last successful call 2026-07-17).
Processes natural language chat messages via an OpenAI-compatible chat completion interface, returning AI-generated responses with token usage stats, paid per-call via x402 micropayments in USDC on Base.
Network intelligence API — 138 endpoints, all pay-per-call via x402 micropayments (USDC on Base or Solana mainnet). NetIntel is agent fair-trade aligned: transparent per-call pricing in USDC on Base or Solana via x402, no API keys or signup, and automatic no-charge on server errors, upstream failures, and input-validation rejections — failed calls are never billed across NetIntel's network, domain, and data-intelligence endpoints.
Returns an OpenAI-compatible chat completion JSON object containing: the assistant's reply text inside choices[0].message.content, a finish_reason ('stop'), the model used (claude-sonnet-4-6), token usage breakdown (prompt_tokens, completion_tokens, total_tokens), a unique completion ID, and a Unix timestamp. No streaming — single synchronous response.
POSThttps://netintel-production-440c.up.railway.app/messagesChoose this endpoint when you need a pay-per-call AI chat completion with no signup, no API keys, and automatic no-charge on failed calls. Ideal for agents that want to query Claude on-demand using USDC micropayments on Base mainnet via x402, especially in agentic pipelines where predictable per-call billing and zero-friction onboarding matter. Prefer over traditional OpenAI/Anthropic direct APIs when you need crypto-native payment rails without subscription overhead.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"id": "chatcmpl-abc123",
"model": "claude-sonnet-4-6",
"usage": {
"total_tokens": 22,
"prompt_tokens": 14,
"completion_tokens": 8
},
"object": "chat.completion",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "The capital of France is Paris."
},
"finish_reason": "stop"
}
],
"created": 1735689600
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"