Feed any URL — get clean Markdown, structured JSON, a site map, a screenshot, or brand assets. Built for AI pipelines and content tools.
{ "url": "https://example.com", "title": "Example.com", "markdown": "# Example.com\n\nThis page content has been parsed into clean markdown. Non-essential sections like headers, footers, navigation links, and ads were automatically stripped for RAG pipeline ingestion.\n\nReady for AI tools.", "wordCount": 38, "extractedAt": "2026-07-01T10:00:00Z" }
Strips nav, ads, and footers. Returns clean Markdown ready for LLM ingestion.
Structured page data — title, meta tags, OpenGraph, headings, and outbound links.
Full URL list from sitemap.xml. Falls back to shallow crawl if no sitemap exists.
Detected font families from CSS declarations, Google Fonts links, and style blocks.
Errors are never charged.
POST a URL to any endpoint. We fetch, extract, and return structured data — most responses under 2 seconds.
< 2s avg response · 99.9% uptime · 6 endpoints
Get your key
Sign up, copy your Bearer token from the dashboard.
Pick an endpoint
/v1/markdown /v1/json /v1/sitemap /v1/fonts /v1/screenshot /v1/branding
POST a URL
That's the entire integration.
No SDK required. Works with fetch, axios, curl, httpx.
curl -X POST https://contextforai.ashutoshswamy.in/v1/markdown \ -H "Authorization: Bearer cfai_your_key_here" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
{ "url": "https://example.com", "title": "Example Domain", "markdown": "# Example Domain\n\nThis domain is for...", "wordCount": 17, "extractedAt": "2026-07-01T10:00:00Z" }
Start free. Upgrade when you need more.
500 free credits. No credit card required.