← Back to search
50
Partial
Agentic Readiness Score
developer llms-txtapiai-friendlymusicjobs

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# md.genedai.me > URL-to-Markdown conversion API for AI agents and developers. > Converts any web page to clean, structured Markdown with support for > JavaScript-heavy sites, Chinese platforms, and paywalled content. ## API Endpoints ### Convert URL (GET) GET https://md.genedai.me/<encoded-url> - Returns: Markdown content - Params: ?format=markdown|html|text|json, ?selector=<css>, ?force_browser=true, ?no_cache=true ### Streaming (GET) GET https://md.genedai.me/api/stream?url=<encoded-url> - Returns: Server-Sent Events stream with conversion progress ### Batch Convert (POST) POST https://md.genedai.me/api/batch - Body: { "urls": ["url1", "url2", ...], "format": "markdown" } - Returns: Array of conversion results ### Structured Extract (POST) POST https://md.genedai.me/api/extract - Body: { "url": "...", "schema": { "fields": [...] } } - Returns: Structured data extracted from the page ### Deep Crawl (POST) POST https://md.genedai.me/api/deepcrawl - Body: { "url": "...", "max_depth": 3, "max_pages": 50 } - Returns: Crawled pages as Markdown ### Async Jobs (POST) POST https://md.genedai.me/api/jobs - Body: { "tasks": [{ "url": "..." }] } - Returns: Job ID for polling results ### Health Check (GET) GET https://md.genedai.me/api/health - Returns: Service status and metrics ### Usage (GET) GET https://md.genedai.me/api/usage - Returns: Current tier, monthly quota, credits used, daily breakdown - Auth: Bearer API key ## Developer Portal Sign up at https://md.genedai.me/portal/ with your email (passwordless Magic Link). Manage API keys, track usage, see tier limits in real time. ## Supported Platforms WeChat (微信公众号), Zhihu (知乎), Yuque (语雀), Feishu/Lark (飞书), CSDN, Juejin (掘金), 36Kr, Toutiao (头条), NetEase (网易), Weibo (微博), Reddit, Twitter/X, Notion, and any other public URL. ## Authentication and Tiers Request an API key at https://md.genedai.me/portal/. Authenticate with: Authorization: Bearer mk_... Tiers: - anonymou