Animica x402 Directory

Directory / netintel.dev

netintel.dev/text-to-json

Turn unstructured text into structured JSON matching a caller-supplied schema using Claude Haiku — the agent declares the fields and types it wants, and gets back populated JSON with values pulled from the text and coerced to the right types, so agents can structure any prose into the exact shape their pipeline expects.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://netintel.dev/text-to-json'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://netintel.dev/text-to-json'

Endpoint: https://netintel.dev/text-to-json. Operated by netintel.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on netintel.dev

netintel.dev/ai-image/generate

Generate agent-ready image assets (icons, logos, social graphics, thumbnails, banners) with gpt-image-1. Claude refines the prompt, screens content, adds alt te…

GET · $0.25

netintel.dev/api/v1/chat/completions

OpenAI-compatible chat completions gateway (alias of /v1/chat/completions for api/v1-style base URLs) — standard request shape, model chosen in the body (gpt-4o…

GET · $0.1

netintel.dev/api/v1/embeddings

OpenAI-compatible text embeddings API (alias of /v1/embeddings for api/v1-style base URLs) — input as a string or batch of up to 128 strings, model text-embeddi…

GET · $0.005

netintel.dev/asn-lookup/analyze

Resolves an IP address or domain to its Autonomous System Number (ASN), network owner, country, and hosting/cloud classification — agents get structured network…

GET · $0.03

netintel.dev/breach-check/password

Check if a password has appeared in known data breaches using the HaveIBeenPwned Pwned Passwords API with k-anonymity — the full password is never transmitted, …

GET · $0.01

netintel.dev/bulk-domain/check

Check availability of many domain names across multiple TLDs in a single call — submit up to 50 name/TLD combinations and get back per-domain registration statu…

GET · $0.1

netintel.dev/calendar/ics

Turn event fields into a valid RFC 5545 .ics calendar file — handles timed and all-day events, escaping, line folding, and a deterministic UID for idempotent re…

GET · $0.005

netintel.dev/cert-transparency/lookup

Query the crt.sh certificate transparency log database to enumerate all SSL certificates ever issued for a domain — returns subdomains discovered, certificate i…

GET · $0.01

netintel.dev/classify

Text classification API — zero-shot text classifier / categorization: caller supplies 2–20 labels and Claude Haiku returns the best-matching category with confi…

GET · $0.005

netintel.dev/cloud-fingerprint/analyze

Fingerprints a domain's cloud infrastructure by probing DNS records, HTTP headers, and PTR lookups to detect CDN, WAF, hosting, DNS provider, and email provider…

GET · $0.01

netintel.dev/content-moderate

Moderate text content using Claude Haiku — flags categories like harassment, hate, sexual content, violence, self-harm, and spam with per-category severity and …

GET · $0.05

netintel.dev/convert

Convert any physical measurement — length, mass, volume, temperature, area, speed, pressure, energy, time, data storage & transfer rate, power, frequency, force…

GET · $0.01

All 115 endpoints on netintel.dev →