{"title":"IntelFetch API Documentation","version":"1.0.0","authentication":{"description":"All requests require the Authorization header with a valid API key. Every JSON response includes an 'attribution' field stating 'Search performed by intelfetch.net'.","usage":"Authorization: Bearer YOUR_API_KEY"},"categories":[{"name":"Credit Based Features","description":"Premium endpoints that consume API credits. The AI intelligence search uses 1 credit per request; AI image geolocation uses 0.3 credits per image; LeakOSINT breach search uses 0.005 credits (0.01 for full name queries). 1 USD per credit. Contact https://intelfetch.net/contact to purchase API credits. Credit balances are returned as decimal numbers (e.g. 99.7).","endpoints":[{"title":"AI Intelligence Search","path":"/ai/search?query=TERM&type=email|name|phone&mode=normal|recruiters","method":"GET","description":"AI-powered OSINT: collects breach/leak and aggregated sources, enriches with IntelX identity (primary query and up to five extracted emails when applicable), then returns a structured report. Default mode=normal yields intelligence_report (profile_summary, optional key_findings bullets, contact/credentials/breach sections, technical identifiers, etc.). Phone flow: use type=phone or a query that is mostly digits (10+ digits, no letters); the same normalized international form is sent to IntelX Identity (Leaks API), OSINT Industries, LeakOSINT, and Fetchbase—leading + kept only when present in the input (IntelX documents +, 00…, or leading country code). Snusbase is not in this flow; its public search API types do not include phone. Name flow: IntelX runs on emails extracted from other sources (not on the raw name). Optional mode=recruiters returns recruiter_report instead of intelligence_report (hiring-oriented, no technical_ids). String values avoid raw line breaks inside JSON strings. rough_tokens_used approximates total LLM tokens. 1 credit per search.","parameters":[{"name":"query","type":"string","required":true,"description":"Search term: email, full name, or phone (E.164 or common formatting)."},{"name":"type","type":"string","required":false,"description":"\"email\", \"name\", or \"phone\". If omitted: @ in query → email; 10+ digits and no letters → phone; else name."},{"name":"mode","type":"string","required":false,"description":"Optional: \"normal\" (default) or \"recruiters\"."}],"example_usage":"GET https://api.intelfetch.net/ai/search?query=user@example.com&type=email — or ?query=%2B46701234567&type=phone — header Authorization: Bearer YOUR_API_KEY.","example_response":{"query":"user@example.com","mode":"normal","timestamp":"2025-01-01T12:00:00Z","intelligence_report":{"profile_summary":"...","key_findings":["..."],"contact_info":{}},"rough_tokens_used":125000,"performance":{"total_time_seconds":"45.2","ai_processing_seconds":"12.3","sources_queried":4},"credits_left":99.0}},{"title":"AI Image Geolocation","path":"/image-geolocation/predict","method":"POST","description":"Upload an image; returns structured AI location estimates (coordinates / clusters, model metadata). Consumes 0.3 IntelFetch credits per successful request. Requires server-side configuration. Results are AI-estimated and may be wrong; do not rely on them alone for legal or safety-critical decisions. Max file size 10 MB; multipart field name must be \"file\". Only common image formats are accepted (validated by content). Filename is sanitized; no query parameters.","parameters":[{"name":"file","type":"file (multipart)","required":true,"description":"Image bytes; form field name must be \"file\" (JPEG, PNG, WebP, GIF, BMP, TIFF, HEIC, etc.)"}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/image-geolocation/predict\" -H \"Authorization: Bearer YOUR_API_KEY\" -F \"file=@/path/to/photo.jpg\"","example_response":{"success":true,"disclaimer":"Estimated locations are produced by AI and are not guaranteed to be correct...","intelfetch_credit_cost":0.3,"data":{"prediction":{"result_type":"coordinates","clusters":[],"processing_time_ms":120}}}},{"title":"LeakOSINT Breach Search","path":"/leakosint","method":"POST","description":"Search across leaked databases via the LeakOSINT API. Accepts any identifier (email, username, phone, domain, IP, etc.) and returns matching breach records grouped by source database. Costs 0.005 credits per search, or 0.01 credits for full name queries (containing a space). Requests are proxied and the search term is redacted from logs.","parameters":[{"name":"request","type":"string","required":true,"description":"Search term: email, username, phone number, domain, IP address, or other identifier (1-1000 characters)."}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/leakosint\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"request\":\"user@example.com\"}'","example_response":{"success":true,"intelfetch_credit_cost":0.005,"search_summary":{"databases_searched":2147,"total_results":5,"search_time_seconds":12.34},"results":{"ExampleDB_2023":[{"email":"user@example.com","username":"user123","password":"***"}]},"credits_left":99.995}}]},{"name":"IntelligenceX Integration","description":"Intelligence X search, identity, files, and account exports. Requests are validated and sanitized; IntelFetch enforces quotas and cooldowns separately from upstream rules. Search interpretation follows Intelligence X selectors: bare domains match that domain, its subdomains, related URLs, and emails; a URL that includes a path is treated as that specific URL (query strings are dropped upstream during normalization). Unsupported top-level domains typically yield an upstream invalid-search error. Use international phone formats (+country, 00country, or a leading country code); coverage varies by region. Deeper hostnames are unrelated searches unless you query a parent domain. Refer to Intelligence X’s published API docs for the full selector list (e.g. email, IPv4/IPv6, CIDR, MAC, cryptocurrency addresses).","endpoints":[{"title":"IntelligenceX Phonebook Search","path":"/intelx/phonebook/search","method":"POST","description":"Search Intelligence X phonebook data. Inputs are sanitized and validated. Supports media type, target, timeout, and bucket filters. Rate limit: 20 requests per day.","parameters":[{"name":"term","type":"string","required":true,"description":"Search term (1-1000 characters). Same selector families as intelligent search—email, domain, IP/CIDR, URL, international phone numbers, cryptocurrency addresses, and others per Intelligence X documentation."},{"name":"maxresults","type":"integer","required":false,"description":"Maximum results to return (1-10000, default: 100)"},{"name":"media","type":"integer","required":false,"description":"Media type filter (0-31, default: 0 for all)"},{"name":"target","type":"integer","required":false,"description":"Result type: 1=Domain, 2=Email, 3=URL (0,4 reserved). Default: 1. Use target=2 to get emails from a domain."},{"name":"timeout","type":"integer","required":false,"description":"Search timeout in days (0-365)"},{"name":"terminate","type":"array","required":false,"description":"Array of termination conditions"},{"name":"buckets","type":"array","required":false,"description":"Array of bucket IDs to search in"}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/intelx/phonebook/search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"term\":\"example.com\",\"maxresults\":100,\"target\":2}'","example_response":{"id":"search-uuid-here","status":0,"selectors":[{"selectortypeid":1,"selectorvalue":"example@example.com","systemid":"c123456","added":"2024-01-15T10:30:00Z"}]}},{"title":"IntelligenceX Phonebook Results","path":"/intelx/phonebook/search/result","method":"GET","description":"Retrieve results from a phonebook search using the search ID. Supports pagination with limit and offset parameters. All inputs are validated and sanitized.","parameters":[{"name":"id","type":"string","required":true,"description":"Search ID returned from phonebook/search (1-500 characters)"},{"name":"limit","type":"integer","required":false,"description":"Number of results per page"},{"name":"offset","type":"integer","required":false,"description":"Result offset for pagination"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/phonebook/search/result?id=SEARCH_ID&limit=100&offset=0\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"selectors":[{"selectortypeid":1,"selectorvalue":"example@example.com","systemid":"c123456","added":"2024-01-15T10:30:00Z"}],"status":0,"records":150}},{"title":"IntelligenceX Intelligent Search","path":"/intelx/intelligent/search","method":"POST","description":"Intelligence X intelligent search: same request shape as upstream. The upstream service classifies and expands the selector; IntelFetch does not reinterpret the term beyond validation and sanitization. Supports filters, date ranges, and sorting. Rate limit: 100 requests per day.","parameters":[{"name":"term","type":"string","required":true,"description":"Search term (1-1000 characters). Accepts the same selector types as documented for Intelligence X intelligent search. JSON key `query` is supported as an alias for `term`."},{"name":"lookuplevel","type":"integer","required":false,"description":"Lookup level (0-10, default: 0)"},{"name":"maxresults","type":"integer","required":false,"description":"Maximum results to return (1-10000, default: 1000)"},{"name":"timeout","type":"integer","required":false,"description":"Search timeout in days (0-365, optional)"},{"name":"datefrom","type":"string","required":false,"description":"Start date filter (format: YYYY-MM-DD, optional)"},{"name":"dateto","type":"string","required":false,"description":"End date filter (format: YYYY-MM-DD, optional)"},{"name":"sort","type":"integer","required":false,"description":"Sort order for results (default: 2)"},{"name":"media","type":"integer","required":false,"description":"Media type filter (0-31, default: 0 for all)"},{"name":"terminate","type":"array","required":false,"description":"Array of termination conditions (default: [])"},{"name":"buckets","type":"array","required":false,"description":"Array of bucket names to filter results (e.g., [\"leaks.public.general\", \"pastes\", \"darknet.tor\"])"}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/intelx/intelligent/search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"term\":\"example@example.com\",\"lookuplevel\":0,\"maxresults\":1000,\"sort\":2,\"media\":0,\"terminate\":[],\"buckets\":[]}'","example_response":{"id":"search-uuid-here","status":0,"records":50}},{"title":"IntelligenceX Intelligent Search Results","path":"/intelx/intelligent/search/result","method":"GET","description":"Fetch intelligent search hits by search id. Query parameters mirror the upstream result API; response fields follow the same shape. Supports statistics and preview line counts. Inputs are validated and sanitized.","parameters":[{"name":"id","type":"string","required":true,"description":"Search ID returned from intelligent/search (1-500 characters)"},{"name":"limit","type":"integer","required":false,"description":"Number of results per page (default: 10)"},{"name":"statistics","type":"integer","required":false,"description":"Include statistics (0 or 1, default: 1)"},{"name":"previewlines","type":"integer","required":false,"description":"Number of preview lines (default: 8)"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/intelligent/search/result?id=SEARCH_ID&limit=10&statistics=1&previewlines=8\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"records":[{"systemid":"e2ebbae9-92c0-4055-acc8-7230b99e1e02","storageid":"6ee805e09c08f9da4f7aa19e89efb6ed7754a96ceb2cbb191419f629e932b0cbe75fb94808caa3c792966095fd3dc7588f7623f878940a22d0f679b19cf685f6","bucket":"leaks.private.general","name":"gmail (2).rar/gmail.txt [Part 1006 of 1259]","size":4194293,"type":1,"media":24,"date":"2023-09-11T01:33:43.887991Z","xscore":72}],"status":0}},{"title":"IntelligenceX File Read","path":"/intelx/file/read","method":"POST","description":"Read full file contents from Intelligence X using storage metadata from search results. The `type` parameter sets download mode (0=raw binary, 1=download with content disposition). Returns raw file content. Rate limit: 140 requests per day.","parameters":[{"name":"type","type":"integer","required":true,"description":"Download type: 0 for raw binary, 1 for content disposition"},{"name":"storageid","type":"string","required":true,"description":"Storage identifier for the file"},{"name":"bucket","type":"string","required":true,"description":"Bucket name containing the file"},{"name":"media","type":"integer","required":false,"description":"Media type (optional)"}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/intelx/file/read\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"type\":0,\"storageid\":\"abc123\",\"bucket\":\"pastes\"}'","example_response":"Raw file content as text or binary"},{"title":"IntelligenceX Tree View","path":"/intelx/file/treeview","method":"GET","description":"Get tree view data for an item by System ID. Returns a JSON array of items linked to the original (e.g. files inside a container, related leaks). Requires systemid and bucket. Rate limit: 100 requests per day.","parameters":[{"name":"systemid","type":"string","required":true,"description":"System ID of the item (UUID from search results)"},{"name":"bucket","type":"string","required":true,"description":"Bucket name containing the item"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/file/treeview?bucket=darknet.tor&systemid=e3abda9e-1131-4e01-b8b8-007a5ba4c506\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":[{"systemid":"d102e792-942d-442c-9d55-9f95e3a03f1c","storageid":"","size":0,"type":1004,"media":14,"date":"2017-11-21T14:28:42Z","name":"Related File Name","bucket":"darknet.tor"}]},{"title":"IntelligenceX Item Preview","path":"/intelx/item/preview","method":"POST","description":"Get a preview of an item without downloading the full content. Useful for checking if a file contains relevant information before reading it fully. All inputs are validated and sanitized. Rate limit: 2000 requests per day.","parameters":[{"name":"type","type":"integer","required":true,"description":"Item type identifier"},{"name":"storageid","type":"string","required":true,"description":"Storage identifier for the item (1-500 characters)"},{"name":"bucket","type":"string","required":true,"description":"Bucket name containing the item (1-500 characters)"}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/intelx/item/preview\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"type\":1,\"storageid\":\"abc123\",\"bucket\":\"pastes\"}'","example_response":{"preview":"Preview text content...","size":1024,"date":"2024-01-15T10:30:00Z"}},{"title":"IntelligenceX System ID File Download","path":"/intelx/file/download?systemid=UUID","method":"GET","description":"Download a file simply by its System ID. If the bucket is not provided, the server automatically searches for the item metadata to retrieve the file. This is a convenience endpoint for direct downloading. Rate limit: 100 requests per day (if only System ID is provided) or 140 requests per day (if bucket is also provided, shared with File Read).","parameters":[{"name":"systemid","type":"string","required":true,"description":"System ID (UUID) of the file to download"},{"name":"bucket","type":"string","required":false,"description":"Bucket name (optional, will be auto-detected if missing)"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/file/download?systemid=e2ebbae9-92c0-4055-acc8-7230b99e1e02\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":"Raw file content (binary stream)"},{"title":"IntelligenceX PDF Viewer","path":"/intelx/file/viewer?systemid=UUID","method":"GET","description":"View PDF files from IntelligenceX using an embedded PDF viewer. The bucket will be automatically detected if not provided. Returns HTML content with the PDF viewer. Rate limit: 140 requests per day (shared with File Read endpoint).","parameters":[{"name":"systemid","type":"string","required":true,"description":"System ID (UUID) of the PDF file to view (must be a valid UUID)"},{"name":"bucket","type":"string","required":false,"description":"Bucket name (optional, will be auto-detected if missing)"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/file/viewer?systemid=57c16780-2a61-4989-982c-9b68e67617c2\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Accept: text/html\"","example_response":"HTML content with embedded PDF viewer"},{"title":"IntelligenceX Stealer Log (Preview or Download)","path":"/intelx/stealer/log?id=UUID","method":"GET","description":"Single endpoint to show or download an IntelX stealer log. Initiates a session; format=preview (default) returns JSON with listing/count; format=download polls preview until the listing stabilizes (bounded wait), then streams the ZIP (application/zip). Sparse archives can still occur due to upstream export limits ([timeout] placeholders, caps). Rate limit: 20 requests per day.","parameters":[{"name":"id","type":"string","required":true,"description":"Stealer log UUID (system id of the log)"},{"name":"format","type":"string","required":false,"description":"preview (default) or download"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/stealer/log?id=180435ef-b093-4b00-b974-e8f61c07d14e&format=preview\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"status":0,"text":"Listing 49 files within the Stealer Log...","count":45}},{"title":"IntelligenceX Identity Search","path":"/intelx/identity/search","method":"GET","description":"Search Intelligence X Identity (live search lifecycle handled server-side until results are returned). Rate limit: 200 requests per day.","parameters":[{"name":"selector","type":"string","required":true,"description":"Selector string per Intelligence X Identity / Leaks rules (emails, domains, IPs, URLs, phones with international prefix where required, cryptocurrency addresses, and other supported selector types upstream)."},{"name":"limit","type":"integer","required":false,"description":"Max results"},{"name":"bucket","type":"string","required":false,"description":"Specific bucket to search"},{"name":"skipinvalid","type":"boolean","required":false,"description":"Skip invalid results"},{"name":"analyze","type":"boolean","required":false,"description":"Analyze results"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/identity/search?selector=test@example.com\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"success":true,"search_id":"51478b5e-c4e8-4657-b8d3-972d39315fc1","count":15,"records":[{"systemid":"...","bucket":"leaks.private","date":"2022-10-06","name":"Example Leak","description":"Snippet content..."}],"text":"Raw HTML results (if available)"}},{"title":"IntelligenceX Identity Portal Cookies","path":"/intelx/identity/portal/cookies?selector=SELECTOR&domain=DOMAIN","method":"GET","description":"Searches the leaks.logs bucket (live search lifecycle handled server-side), then parses Netscape-style cookie lines from returned content. Optional domain filtering keeps only cookies whose cookie domain contains the supplied filter. Rate limit: same quota as Identity Search.","parameters":[{"name":"selector","type":"string","required":true,"description":"Selector string used to search leaks.logs."},{"name":"limit","type":"integer","required":false,"description":"Maximum upstream records to request (default: 100)."},{"name":"domain","type":"string","required":false,"description":"Optional substring filter for cookie domains, e.g. facebook.com."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/identity/portal/cookies?selector=facebook.com&limit=100&domain=facebook.com\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"success":true,"count":1,"cookies":[{"domain":".example.com","host_only":true,"path":"/","secure":true,"expiry":"1766466831404","name":"session","value":"redacted-example-value","date_found":"2025-01-15"}]}},{"title":"IntelligenceX Export Leaked Accounts (Automated)","path":"/intelx/accounts/csv","method":"GET","description":"Export leaked-account records for a selector. Server-side lifecycle: start export, poll, return accumulated rows. Selector semantics align with Intelligence X account export documentation. Rate limit: same quota as Identity Search.","parameters":[{"name":"selector","type":"string","required":true,"description":"Selector (typically email or domain; other selectors if supported upstream for this export)"},{"name":"limit","type":"integer","required":false,"description":"Max records to return (default: 20000)"},{"name":"bucket","type":"string","required":false,"description":"Specific bucket filter"},{"name":"poll_seconds","type":"integer","required":false,"description":"Max polling duration in seconds (10–300, default: 300)"}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/accounts/csv?selector=example.com&poll_seconds=60\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"success":true,"search_id":"63272ebf-d906-4faf-855a-0772c5459f9a","count":2,"records":[{"user":"user@example.com","password":"password123","passwordtype":"Plaintext","bucket":"leaks.public.general","date":"2019-01-17T22:08:55+01:00","sourceshort":"Collection 1","sourcelong":"Collection 1/...","systemid":"fe1e7f1b-ff8d-4ab0-91c2-7de07fa093f8"}]}},{"title":"IntelligenceX Export Leaked Accounts (Initiate)","path":"/intelx/accounts/csv/initiate?selector=SELECTOR","method":"GET","description":"Starts a leaked-account CSV export and returns the upstream export metadata, typically including an export id. Use the automated /intelx/accounts/csv endpoint unless a client needs to control polling itself. Rate limit: same quota as Identity Search.","parameters":[{"name":"selector","type":"string","required":true,"description":"Selector for the account export, typically an email or domain."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/accounts/csv/initiate?selector=example.com\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"id":"63272ebf-d906-4faf-855a-0772c5459f9a","status":0}},{"title":"IntelligenceX Export Leaked Accounts (Preview)","path":"/intelx/accounts/csv/preview?id=EXPORT_ID","method":"GET","description":"Polls an export id created by /intelx/accounts/csv/initiate and returns sanitized upstream preview data. Intended for clients that manage their own export lifecycle; high polling allowance is enforced separately from account export initiation.","parameters":[{"name":"id","type":"string","required":true,"description":"Export id returned by /intelx/accounts/csv/initiate."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/accounts/csv/preview?id=63272ebf-d906-4faf-855a-0772c5459f9a\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"status":1,"records":250}},{"title":"IntelligenceX Export Leaked Accounts (Download)","path":"/intelx/accounts/csv/download?id=EXPORT_ID","method":"GET","description":"Downloads a completed account export as text/csv. If the standard upstream download is empty, the server attempts an internal fallback that builds CSV rows from preview records. Rate limit: shared with CSV/file download quotas.","parameters":[{"name":"id","type":"string","required":true,"description":"Export id returned by /intelx/accounts/csv/initiate."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/accounts/csv/download?id=63272ebf-d906-4faf-855a-0772c5459f9a\" -H \"Authorization: Bearer YOUR_API_KEY\" -o accounts.csv","example_response":"user,password,passwordtype,bucket,date,sourceshort,sourcelong,systemid\nuser@example.com,redacted,Plaintext,leaks.public.general,2019-01-17T22:08:55+01:00,Collection 1,Collection 1/...,fe1e7f1b-ff8d-4ab0-91c2-7de07fa093f8"},{"title":"IntelligenceX Usage / Limits","path":"/intelx/usage","method":"GET","description":"Get remaining daily limits for IntelX endpoints. Read-only; does not consume quota. Returns per-key limits for file_reads, intelligent_search, phonebook_search, identity_search, and csv_download with used/remaining counts. Limits may be overridden per key. Quotas reset daily at 2:00 AM CET.","parameters":[],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/usage\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"success":true,"limits_bypassed":false,"resets_at":"2026-03-08T02:00:00+01:00","file_reads":{"limit":160,"used":5,"remaining":155},"csv_download":{"limit":140,"used":0,"remaining":140},"intelligent_search":{"limit":100,"used":10,"remaining":90},"phonebook_search":{"limit":20,"used":2,"remaining":18},"identity_search":{"limit":200,"used":0,"remaining":200}}},{"title":"IntelligenceX Service Status","path":"/intelx/status","method":"GET","description":"Whether the Intelligence X integration credentials are configured on this deployment, and which IntelFetch `/intelx/*` routes exist.","parameters":[],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/intelx/status\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"success":true,"service":"IntelligenceX integration","api_configured":true,"endpoints":["/intelx/phonebook/search","/intelx/intelligent/search","/intelx/intelligent/search/result","/intelx/file/read","/intelx/file/download","/intelx/file/viewer","/intelx/file/treeview","/intelx/item/preview","/intelx/phonebook/search/result","/intelx/usage","/intelx/status","/intelx/accounts/csv","/intelx/accounts/csv/initiate","/intelx/accounts/csv/preview","/intelx/accounts/csv/download","/intelx/identity/search","/intelx/identity/portal/cookies","/intelx/stealer/log"],"documentation":"IntelligenceX routes with input sanitization and validation"}}]},{"name":"OSINT & Intelligence Gathering","description":"Open Source Intelligence gathering endpoints for various platforms and data sources.","endpoints":[{"title":"GitHub User Intelligence","path":"/github?username=USERNAME","method":"GET","description":"Comprehensive GitHub profile analysis including user data, repositories, contributions, and associated email addresses. Processing time: 2-5 seconds.","parameters":[{"name":"username","type":"string","required":true,"description":"GitHub username or organization to analyze"},{"name":"extensive","type":"string","required":false,"description":"Set to \"true\" for enhanced data collection (slower)"}],"example_usage":"GET https://api.intelfetch.net/github?username=octocat","example_response":{"user":{"login":"octocat","name":"The Octocat","location":"San Francisco","public_repos":8,"followers":5875,"html_url":"https://github.com/octocat"},"top_repositories":[{"name":"Hello-World","html_url":"https://github.com/octocat/Hello-World","stargazers_count":1524,"created_at":"2011-01-26T19:01:12Z","fork":false}],"emails":["octocat@example.com"]}},{"title":"Discord lookup","path":"/discord?query=DISCORD_QUERY","method":"GET","description":"Search for Discord-related intelligence using a user ID, username, or keyword. You get a structured response showing what matches your query — handy for investigations, link analysis, or checking whether an identity appears in available data.","parameters":[{"name":"query","type":"string","required":true,"description":"Discord user ID (long number), username, or keyword to look up"}],"example_usage":"GET https://api.intelfetch.net/discord?query=123456789012345678","example_response":{"status":"success","query":"123456789012345678","sources":{"local_database":{"hits":{"hits":[]}}},"summary":{"total_sources":1,"successful_sources":1,"errors":[]}}}]},{"name":"Data Search & Breach Intelligence","description":"Search through various data breach databases and leaked information sources.","endpoints":[{"title":"Generic Local Database Search","path":"/search","method":"POST","description":"Authenticated proxy to the configured local Manticore search service. Only the npd and spain indexes are accepted. The endpoint validates index/query, limits concurrent requests per caller, and forwards index/query to the backend; size and offset are accepted by the public request model but are not currently forwarded downstream.","parameters":[{"name":"index","type":"string","required":true,"description":"Allowed index name: npd or spain."},{"name":"query","type":"string","required":true,"description":"Search query sent to the local search backend."},{"name":"size","type":"integer","required":false,"description":"Accepted for compatibility; currently not forwarded by this route."},{"name":"offset","type":"integer","required":false,"description":"Accepted for compatibility; currently not forwarded by this route."}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"index\":\"npd\",\"query\":\"Smith Seattle\"}'","example_response":{"success":true,"data":{"hits":{"hits":[]}},"error":null}},{"title":"OSINTCat Breach Search","path":"/osintcat","method":"POST","description":"Searches the configured OSINTCat breach upstream using a sanitized query. Queries are limited to alphanumeric characters plus @ . - _, capped at 255 characters, and email-shaped queries must pass email validation. The route removes the upstream api field before returning data. Rate limit: 100 requests per day per caller in addition to global middleware limits.","parameters":[{"name":"query","type":"string","required":true,"description":"Email, username, or other supported identifier after sanitization."},{"name":"timeout","type":"integer","required":false,"description":"Request timeout in seconds for the upstream call (default: 60)."}],"example_usage":"curl.exe -X POST \"https://api.intelfetch.net/osintcat\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"query\":\"user@example.com\",\"timeout\":60}'","example_response":{"success":true,"data":{"results":[]},"error":null}},{"title":"Fetchbase Database Search","path":"/fetchbase?query=STRING&size=NUMBER&file=FILENAME","method":"GET","description":"Search the Fetchbase database for emails, usernames, and other identifiers with optional file filtering. Returns only the content of matching records.","parameters":[{"name":"query","type":"string","required":true,"description":"Search query (minimum 3 characters)"},{"name":"size","type":"number","required":false,"description":"Number of results to return (maximum 1000)"},{"name":"file","type":"string","required":false,"description":"Filter results by specific filename"}],"example_usage":"GET https://api.intelfetch.net/fetchbase?query=test@example.com&size=20","example_response":{"status":"success","query":"test@example.com","results":{"time_taken":"15 ms","result_count":2,"hits":["test@example.com:password123","test@example.com:mypassword"]}}},{"title":"Snusbase Leak Search","path":"/snusbase","method":"POST","description":"Snusbase API proxy: search (breach DB), stats (DB statistics), combo-lookup (username/password combos), ipwhois (IP geolocation), hashlookup (cracked hashes).","parameters":[{"name":"action","type":"string","required":true,"description":"search, stats, combo-lookup, ipwhois, hashlookup"},{"name":"terms","type":"array","required":false,"description":"Required for search, combo-lookup, hashlookup, ipwhois. Not for stats."},{"name":"types","type":"array","required":false,"description":"Required for search (email, username, lastip, password, hash, name, _domain), combo-lookup (username, password), hashlookup (hash, password)."},{"name":"wildcard","type":"boolean","required":false,"description":"Enable wildcard (% and _). Search/combo-lookup/hashlookup only."},{"name":"group_by","type":"string","required":false,"description":"Group results. Default \"db\". Set false to disable. Search/combo-lookup/hashlookup only."},{"name":"tables","type":"array","required":false,"description":"Limit search to specific tables. Search action only."}],"example_usage":"curl.exe -X POST https://api.intelfetch.net/snusbase -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"action\":\"search\",\"terms\":[\"test@example.com\"],\"types\":[\"email\"]}'","example_response":{"success":true,"data":{"took":31.7,"size":1233,"results":{}}}},{"title":"Enterprise Database Search","path":"/enterprise?query=STRING&size=NUMBER&file=FILENAME","method":"GET","description":"Search across enterprise database indices for corporate and business intelligence data.","parameters":[{"name":"query","type":"string","required":true,"description":"Search query (minimum 3 characters)"},{"name":"size","type":"number","required":false,"description":"Number of results to return (maximum 1000)"},{"name":"file","type":"string","required":false,"description":"Filter results by specific filename"}],"example_usage":"GET https://api.intelfetch.net/enterprise?query=company.com&size=50","example_response":{"time_taken":"0.15s","result_count":25,"hits":[{"content":"Enterprise data...","custom_id":"doc123","document":"enterprise_leak.txt"}]}},{"title":"NPD Field Database Search","path":"/npd?lastname=NAME&firstname=NAME&city=CITY&dob=DOB&phone1=PHONE&ssn=SSN","method":"GET","description":"Search the fielddb (National People Database) index for personal information including names, addresses, phone numbers, dates of birth, and SSNs. Returns exactly 1 result matching the search criteria. At least one search parameter is required. Rate limited to 5000 requests per second per user.","parameters":[{"name":"lastname","type":"string","required":false,"description":"Last name to search (at least one parameter required)"},{"name":"firstname","type":"string","required":false,"description":"First name to search"},{"name":"middlename","type":"string","required":false,"description":"Middle name to search"},{"name":"aka1fullname","type":"string","required":false,"description":"First alternative full name (alias)"},{"name":"aka2fullname","type":"string","required":false,"description":"Second alternative full name (alias)"},{"name":"aka3fullname","type":"string","required":false,"description":"Third alternative full name (alias)"},{"name":"address","type":"string","required":false,"description":"Street address to search"},{"name":"city","type":"string","required":false,"description":"City name to search"},{"name":"county_name","type":"string","required":false,"description":"County name to search"},{"name":"st","type":"string","required":false,"description":"State abbreviation (e.g., CA, NY)"},{"name":"zip","type":"string","required":false,"description":"ZIP code to search"},{"name":"phone1","type":"string","required":false,"description":"Phone number to search"},{"name":"dob","type":"string","required":false,"description":"Date of birth to search"},{"name":"ssn","type":"string","required":false,"description":"Social Security Number to search"},{"name":"name_suff","type":"string","required":false,"description":"Name suffix (e.g., Jr., Sr., III)"},{"name":"record_id","type":"string","required":false,"description":"Specific record ID to search"}],"example_usage":"GET https://api.intelfetch.net/npd?lastname=Smith&firstname=John&city=Seattle","example_response":{"time_taken":"43 ms","hits":[{"record_id":"123456789","firstname":"JOHN","lastname":"SMITH","middlename":"MICHAEL","aka1fullname":"Smith John M","aka2fullname":"","aka3fullname":"","address":"123 MAIN ST","city":"SEATTLE","county_name":"KING","st":"WA","zip":"98101","phone1":"2065550123","dob":"19800115","ssn":"123456789","name_suff":"SR","startdat":"20200101","alt1dob":"19800115","alt2dob":"","alt3dob":""}]}}]},{"name":"Infrastructure & Network Intelligence","description":"Domain, IP address, and network infrastructure analysis tools.","endpoints":[{"title":"Enhanced Domain Analysis","path":"/domain?domain=DOMAIN","method":"GET","description":"Enhanced domain analysis providing comprehensive DNS records, subdomain enumeration, HTTPS availability check, security headers analysis, and real IP geolocation data.","parameters":[{"name":"domain","type":"string","required":true,"description":"Domain name to analyze (e.g., example.com)"}],"example_usage":"GET https://api.intelfetch.net/domain?domain=example.com","example_response":{"domain":"example.com","timestamp":"2024-01-15T10:30:00Z","dns_records":{"A":["93.184.216.34"],"AAAA":["2606:2800:220:1:248:1893:25c8:1946"],"MX":["0 ."],"NS":["a.iana-servers.net.","b.iana-servers.net."],"TXT":["v=spf1 -all"],"SOA":["a.iana-servers.net. nstld.verisign-grs.com. 1 7200 3600 604800 86400"]},"dns_errors":{},"ssl_certificate":{"https_available":true},"subdomains":["www.example.com","mail.example.com"],"security_analysis":{"has_https":true,"https_redirect":true,"hsts_enabled":false,"security_headers":{"X-Frame-Options":false,"Content-Security-Policy":false,"X-Content-Type-Options":false}},"metadata":{"ip_addresses":["93.184.216.34"],"asn_info":[{"ip":"93.184.216.34","asn":15133,"organization":"EdgeCast Networks","country":"US"}],"geolocation":[{"ip":"93.184.216.34","country":"United States","city":"Los Angeles","latitude":34.0522,"longitude":-118.2437}]}}},{"title":"IP Address Lookup","path":"/ip_lookup","method":"POST","description":"Comprehensive IP address geolocation and ISP information including country, city, timezone, ASN, and organization details.","parameters":[{"name":"ip","type":"string","required":true,"description":"IPv4 or IPv6 address to analyze"}],"example_usage":"curl.exe -X POST https://api.intelfetch.net/ip_lookup -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"ip\":\"8.8.8.8\"}'","example_response":{"ip":"8.8.8.8","success":true,"type":"IPv4","continent":"North America","country":"United States","region":"California","city":"Mountain View","latitude":37.4223,"longitude":-122.085,"postal":"94043","connection":{"asn":15169,"org":"Google LLC","isp":"Google LLC","domain":"google.com"}}}]},{"name":"Financial & Legal Intelligence","description":"Financial analysis, court records, and cryptocurrency investigation tools.","endpoints":[{"title":"Court Records Search","path":"/courtsearch?mode=MODE&terms=STRING","method":"GET","description":"Search court records and legal cases involving specific individuals or entities with name or phrase matching.","parameters":[{"name":"mode","type":"string","required":true,"description":"Search mode: \"name\" for person names or \"phrase\" for general text"},{"name":"terms","type":"string","required":true,"description":"Search terms (minimum 6 characters)"},{"name":"cancel","type":"string","required":false,"description":"Set to \"true\" to cancel active search"}],"example_usage":"GET https://api.intelfetch.net/courtsearch?mode=name&terms=John+Smith","example_response":{"status":"ok","data":[{"name":"SMITH, JOHN vs COMPANY LLC","snippet":"Case filed on 2021-03-15 in California Superior Court","detail":"Civil case for breach of contract..."}]}},{"title":"Cryptocurrency Address Lookup","path":"/crypto_search","method":"POST","description":"Cryptocurrency address analysis providing balance, transaction count, and activity history for Bitcoin, Ethereum, and Litecoin.","parameters":[{"name":"crypto_type","type":"string","required":true,"description":"Cryptocurrency type: \"BTC\", \"ETH\", or \"LTC\""},{"name":"address","type":"string","required":true,"description":"Cryptocurrency wallet address to analyze"}],"example_usage":"curl.exe -X POST https://api.intelfetch.net/crypto_search -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"crypto_type\":\"BTC\",\"address\":\"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa\"}'","example_response":{"address":"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa","balance":68.39137574,"transactions":1924,"crypto":"BTC"}},{"title":"BIN Lookup","path":"/bin_lookup","method":"POST","description":"Bank Identification Number (BIN) lookup providing card details, issuing bank, country, and card type information.","parameters":[{"name":"bin","type":"string","required":true,"description":"Bank Identification Number (6-8 digits)"}],"example_usage":"curl.exe -X POST https://api.intelfetch.net/bin_lookup -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"bin\":\"45717360\"}'","example_response":{"number":{"length":16,"luhn":true},"scheme":"visa","type":"debit","brand":"Visa/Dankort","country":{"name":"Denmark","currency":"DKK"},"bank":{"name":"Jyske Bank","city":"Hjørring"}}}]},{"name":"Gaming & Entertainment","description":"Gaming server analysis and entertainment platform intelligence.","endpoints":[{"title":"Minecraft Server Lookup","path":"/mcserver?server=HOSTNAME","method":"GET","description":"Comprehensive Minecraft server analysis including version, online status, MOTD, player count, and server details.","parameters":[{"name":"server","type":"string","required":true,"description":"Minecraft server hostname or IP address"}],"example_usage":"GET https://api.intelfetch.net/mcserver?server=hypixel.net","example_response":{"summary":"✅ Online\nVersion: 1.8.9\nMOTD: Hypixel Network\nPlayers Online: 85432\nMax Players: 100000","data":{"online":true,"ip":"hypixel.net","port":25565,"version":"1.8.9","players":{"online":85432,"max":100000},"motd":{"clean":"Hypixel Network"}}}}]},{"name":"Community Provider 1","description":"Modules provided by the community owned services, we don't know what kind of breach data they posses, to avoid legal issues, we're not bundling them with the other endpoints.","endpoints":[{"title":"Username Lookup","path":"/community1/user?query=USERNAME","method":"GET","description":"Returns information from multiple sources including TikTok, Twitter, Instagram, Xbox, and various leak databases.","parameters":[{"name":"query","type":"string","required":true,"description":"A username"}],"example_usage":"curl.exe \"https://api.intelfetch.net/community1/user?query=example_username\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"tiktok":{},"instagram":{},"akula":{},"xbox":{},"leaksight":{},"leakcheck":{}}},{"title":"Roblox Lookup","path":"/community1/roblox?query=USERNAME","method":"GET","description":"Get detailed information about a Roblox user by their username.","parameters":[{"name":"query","type":"string","required":true,"description":"Roblox username"}],"example_usage":"curl.exe \"https://api.intelfetch.net/community1/roblox?query=RobloxUsername\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"id":12345678,"name":"RobloxUsername","displayName":"DisplayName","description":"Profile description...","created":"2015-01-01T12:00:00.000Z","isBanned":false,"externalAppDisplayName":null,"hasVerifiedBadge":false}},{"title":"Phone OSINT","path":"/community1/phone?query=PHONENUMBER","method":"GET","description":"Phone number intelligence: carrier, location hints, and associated online profiles where available.","parameters":[{"name":"query","type":"string","required":true,"description":"Phone number in international format without + or spaces (e.g. 14155552671)"}],"example_usage":"curl.exe \"https://api.intelfetch.net/community1/phone?query=14155552671\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"phone":"14155552671","carrier":{},"profiles":[]}},{"title":"Email footprint","path":"/community1/email-footprint?query=EMAIL","method":"GET","description":"Sole email account-discovery modules surface: scans many platforms for whether the address appears registered. Returns aggregate counts and per-service results where available.","parameters":[{"name":"query","type":"string","required":true,"description":"Email address to scan"}],"example_usage":"curl.exe \"https://api.intelfetch.net/community1/email-footprint?query=user%40example.com\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"email":"user@example.com","stats":{"total_checked":119,"registered_count":12,"not_registered_count":107},"results":[]}}]},{"name":"Utility Modules","description":"Lightweight OSINT and utility lookups included with any valid API key.","endpoints":[{"title":"Username OSINT","path":"/username?username=TARGET","method":"GET","description":"Checks whether a username exists across 60+ platforms (GitHub, Twitter/X, Instagram, Reddit, Steam, TikTok, LinkedIn, etc). Returns a list of platforms where the username was found, organized by category (Social, Development, Gaming, Professional, etc.), along with direct profile URLs and timing info.","parameters":[{"name":"username","type":"string","required":true,"description":"The username to search for (2-64 alphanumeric characters, underscores, hyphens, dots)."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/username?username=johndoe\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"query":"johndoe","total_checked":61,"total_found":12,"results":[{"platform":"GitHub","url":"https://github.com/johndoe","exists":true,"http_status":200,"category":"Development"}],"categories":{"Development":3,"Social":4,"Gaming":2},"time_taken_ms":2100}},{"title":"Email Validation","path":"/email_validation?email=TARGET","method":"GET","description":"Validates an email address: checks format, MX records, SMTP connectivity, disposable domain detection (100+ known providers), free provider detection, Gravatar presence, and calculates a risk score (low/medium/high/critical).","parameters":[{"name":"email","type":"string","required":true,"description":"The email address to validate."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/email_validation?email=user@example.com\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"email":"user@example.com","valid_format":true,"domain":"example.com","mx_records":["10 mx1.example.com"],"has_mx":true,"is_disposable":false,"is_free_provider":false,"smtp_check":{"can_connect":true,"accepts_mail":true,"catch_all":false,"message":"SMTP server reachable"},"gravatar":{"has_gravatar":false,"gravatar_url":null},"risk_score":"low","timestamp":"2025-01-01T12:00:00Z"}},{"title":"MAC Address Lookup","path":"/mac?address=TARGET","method":"GET","description":"Identifies the manufacturer/vendor of a network device from its MAC address using the IEEE OUI database. Also reports whether the address is locally administered (private) or multicast. Accepts formats AA:BB:CC:DD:EE:FF, AA-BB-CC-DD-EE-FF, or AABBCCDDEEFF.","parameters":[{"name":"address","type":"string","required":true,"description":"MAC address in any common format."}],"example_usage":"curl.exe -X GET \"https://api.intelfetch.net/mac?address=00:1A:2B:3C:4D:5E\" -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"mac_address":"00:1A:2B:3C:4D:5E","normalized":"001A2B3C4D5E","oui_prefix":"001A2B","vendor":"Ayecom Technology Co., Ltd.","is_private":false,"is_multicast":false,"timestamp":"2025-01-01T12:00:00Z"}}]},{"name":"API Management & Utilities","description":"API key management, documentation, and utility endpoints.","endpoints":[{"title":"Check API Key Details","path":"/check_key_details","method":"POST","description":"Retrieve information about the currently used API key including expiration date and permissions.","parameters":[],"example_usage":"curl.exe -X POST https://api.intelfetch.net/check_key_details -H \"Authorization: Bearer YOUR_API_KEY\"","example_response":{"key":"abc123...","expiry":"2025-12-31","permissions":["read"],"credits":1000}}]}],"error_handling":{"title":"Error Handling","errors":[{"status_code":400,"description":"Bad Request - The request was malformed or missing required parameters."},{"status_code":401,"description":"Unauthorized - API key is missing or invalid."},{"status_code":403,"description":"Forbidden - The API key does not have permission to access the requested resource."},{"status_code":404,"description":"Not Found - The requested resource was not found."},{"status_code":429,"description":"Too Many Requests - Rate limit exceeded. Complete search endpoints are limited to 10 requests per 60 seconds per user. IntelX endpoints are limited to 1 request per 10 seconds per endpoint (not shared across endpoints). IntelX daily quotas reset at 2:00 AM CET. The response includes a 'retry_after' field indicating when you can make the next request."},{"status_code":500,"description":"Internal Server Error - An error occurred on the server."}]},"examples":[{"title":"IntelligenceX Phonebook Search (domain → emails)","command":"curl.exe -X POST \"https://api.intelfetch.net/intelx/phonebook/search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"term\":\"example.com\",\"maxresults\":100,\"target\":2}'"},{"title":"IntelligenceX Intelligent Search","command":"curl.exe -X POST \"https://api.intelfetch.net/intelx/intelligent/search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"term\":\"example.com\",\"lookuplevel\":0,\"maxresults\":100,\"sort\":2,\"media\":0,\"terminate\":[],\"buckets\":[]}'"},{"title":"IntelligenceX File Read","command":"curl.exe -X POST \"https://api.intelfetch.net/intelx/file/read\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"type\":1,\"media\":1,\"storageid\":\"abc123\",\"bucket\":\"pastes\"}'"},{"title":"IntelligenceX Service Status","command":"curl.exe -X GET \"https://api.intelfetch.net/intelx/status\" -H \"Authorization: Bearer YOUR_API_KEY\""},{"title":"GitHub User Analysis","command":"curl.exe -X GET \"https://api.intelfetch.net/github?username=octocat\" -H \"Authorization: Bearer YOUR_API_KEY\""},{"title":"Discord lookup by user ID","command":"curl.exe -X GET \"https://api.intelfetch.net/discord?query=123456789012345678\" -H \"Authorization: Bearer YOUR_API_KEY\""},{"title":"Data Breach Search","command":"curl.exe -X POST \"https://api.intelfetch.net/snusbase\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"action\":\"search\",\"terms\":[\"test@example.com\"],\"types\":[\"email\"]}'"},{"title":"Domain DNS Analysis","command":"curl.exe -X GET \"https://api.intelfetch.net/domain?domain=example.com\" -H \"Authorization: Bearer YOUR_API_KEY\""},{"title":"IP Geolocation Lookup","command":"curl.exe -X POST \"https://api.intelfetch.net/ip_lookup\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"ip\":\"8.8.8.8\"}'"},{"title":"Cryptocurrency Analysis","command":"curl.exe -X POST \"https://api.intelfetch.net/crypto_search\" -H \"Authorization: Bearer YOUR_API_KEY\" -H \"Content-Type: application/json\" -d '{\"crypto_type\":\"BTC\",\"address\":\"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa\"}'"},{"title":"Court Records Search","command":"curl.exe -X GET \"https://api.intelfetch.net/courtsearch?mode=name&terms=John+Smith\" -H \"Authorization: Bearer YOUR_API_KEY\""}]}