{"status":"ok","service":"mdapi.io","description":"Markdown Converter API","version":"1.0.0","endpoints":{"conversion":"/","openai":"/v1/chat/completions","mcp":"/mcp","acp":"/acp/rpc","health":"/health","llms":"/llms.txt","llms_full":"/llms-full.txt","ai_discovery":"/.well-known/ai-discovery.json","agent":"/.well-known/agent.json","agent_card":"/.well-known/agent-card.json","acp_manifest":"/.well-known/acp.json","x402_manifest":"/.well-known/x402.json","openapi_json":"/.well-known/openapi.json","openapi_yaml":"/.well-known/openapi.yaml","mapi":"/.well-known/mapi.md","skill":"/.well-known/skill.md"},"examples":{"convert_url":"curl 'https://mdapi.io/?url=https://example.com/doc.pdf'","convert_with_prompt":"curl 'https://mdapi.io/?url=https://example.com&prompt=Summarize+this&result=prompt'","convert_file":"curl -X POST -F 'file=@doc.pdf' 'https://mdapi.io/'","mcp_tool":"curl -X POST https://mdapi.io/mcp -H 'Content-Type: application/json' -d '{\"method\":\"tools/call\",\"params\":{\"name\":\"convert\",\"arguments\":{\"url\":\"https://example.com\"}}}'","openai_sdk":"client = OpenAI(base_url='https://mdapi.io/v1', api_key='token')"},"limits":{"max_file_size":"100 MB","max_url_content":"50 MB","rate_limit":"10,000 requests per hour","free_tier":"10 requests per day (no token required)","paid_tier":"$0.01 per conversion (USDC on Solana)","token_validity":"1 year"}}