POST /api/dns/resolve
| Method | POST |
| Path | /api/dns/resolve |
| Group | Zeq Mesh |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/zeqMesh.ts |
Call it
curl -X POST https://zeqsdk.com/api/dns/resolve \
-H "Content-Type: application/json" \
-d '{}'
Public endpoint — no authentication required.
Reference
- Group: Zeq Mesh
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.