# DeepSynth > Evidence-grounded intelligence briefs from text or a single URL, paywalled with x402. ## Summary Turns text or a URL into an evidence-grounded, validated JSON intelligence brief with cited claims, insights, gaps, and action items. ## Pricing - Endpoint: POST https://deepsynth.cs1.com/v1/distill - Price: $0.02 USDC (exact scheme) - Network: eip155:8453 - payTo: 0x54c0a913a35a5eA7075CdE4509a0a687109abE09 - Facilitator: https://facilitator.payai.network ## Request JSON body — exactly one of: - { "text": "..." } (max ~15000 chars) - { "url": "https://..." } (server fetches main content) Unauthenticated calls return HTTP 402 with PAYMENT-REQUIRED header. Agents: sign payment, retry with PAYMENT-SIGNATURE (see x402 protocol / @x402/fetch). ## Response application/json: { meta, brief } - brief: one_liner, summary, key_claims, entities, insights, sentiment, gaps_contrarian, action_items, follow_up_questions - meta: source, model, processing_ms, receipt ## Free discovery - https://deepsynth.cs1.com/ - https://deepsynth.cs1.com/health - https://deepsynth.cs1.com/openapi.json - https://deepsynth.cs1.com/.well-known/x402.json - https://deepsynth.cs1.com/llms.txt ## One-curl (expect 402 without payment) curl -i -X POST https://deepsynth.cs1.com/v1/distill \ -H 'Content-Type: application/json' \ -d '{"text":"Acme opened a plant in Austin with 1200 jobs."}' Version: 0.1.0