{"service_id":"document.basic_extract","description":"Extract emails, URLs, dates, amounts, phones, hashtags from plain text","provider":"Deterministic regex rules. No AI. No external calls.","example_request":{"method":"POST","url":"https://api.techforagi.com/process","body":{"service_id":"document.basic_extract","input":{"text":"Contact: alice@example.com. Visit https://techforagi.com. Date: 2026-04-24. Invoice: $1,250.00. #AI @bob"}}},"example_mcp":{"method":"POST","url":"https://api.techforagi.com/mcp","body":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"extract_document_basic","arguments":{"text":"Email: test@example.com. #hashtag @user"}}}},"curl":"curl -X POST https://api.techforagi.com/process -H \"Content-Type: application/json\" -d '{\"service_id\":\"document.basic_extract\",\"input\":{\"text\":\"Email: test@example.com. Date: 2026-04-24.\"}}'"}