# API Pick > Production-ready REST APIs for builders and AI agents — real-time web search, content extraction, structured data lookups, and contact enrichment. Designed for LLM tool calling, autonomous agent pipelines, and workflow automation. Pay-as-you-go credit pricing with 100 free credits on signup. API Pick provides specialized REST APIs accessed via an API key. All endpoints accept and return JSON. Credits are deducted only on successful responses (HTTP 200). New accounts receive 100 free credits with no credit card required. ## For AI Agents & LLM Tool Calling API Pick endpoints are purpose-built for use as tools in AI agent workflows: - **Simple interface**: Each endpoint takes 1–2 parameters and returns a flat JSON object. No pagination, no complex auth flows. - **Predictable schema**: Response fields are consistent and well-typed — easy for LLMs to parse and reason about. - **Credit-only billing on success**: Agents that retry on failure won't be charged for failed attempts. - **No rate limit surprises**: Designed for programmatic access at scale. ### Example: Define as an OpenAI function tool ```json { "name": "web_search", "description": "Real-time semantic web search. Returns ranked titles, URLs, and clean snippets pre-shaped for LLM consumption.", "parameters": { "type": "object", "properties": { "query": { "type": "string", "description": "Search query in natural language." } }, "required": ["query"] } } ``` ### Example: Define as a LangChain / CrewAI tool (Python) ```python import requests def web_search(query: str) -> dict: """Real-time semantic web search for grounding LLM answers.""" response = requests.post( "https://www.apipick.com/api/search/web", json={"query": query}, headers={"x-api-key": "pk_yourkey"} ) return response.json() ``` ## API Tools - [Web Search](https://www.apipick.com/search-web): Real-time semantic web search across the public internet. Returns ranked titles, URLs, and clean snippets pre-shaped for LLM consumption. Supports `country_code` and `start_date`/`end_date` filtering. Costs 15 credits per call (default 5 results, max 10). Endpoint: POST /api/search/web. Tool schema available at GET /api/search/web/tool-schema for OpenAI function calling and Claude tool use. Used by AI agents for grounding LLM answers, RAG pipelines, current events research, and competitive intelligence. - [News Search](https://www.apipick.com/search-news): Real-time news search across major outlets with date-range and country filters. Returns ranked headlines with clean snippets. Costs 15 credits per call (default 5 results, max 10). Endpoint: POST /api/search/news. Tool schema at GET /api/search/news/tool-schema. Used by AI agents for morning briefings, market-news monitoring, and time-sensitive RAG. - [URL Content Extraction](https://www.apipick.com/extract): Extract clean readable content from one or more URLs (max 25 per call). Removes navigation, ads, and boilerplate; returns markdown-flavoured text ready for LLM ingestion. Costs 2 credits per URL. Endpoint: POST /api/extract. Tool schema at GET /api/extract/tool-schema. Used by AI agents for scrape-and-summarise workflows, content monitoring, and follow-up reads after a search call. - [Academic Search](https://www.apipick.com/search-academic): Semantic search across arXiv, PubMed, bioRxiv, medRxiv, and ChemRxiv via one endpoint. Returns ranked titles, abstract-style snippets, and source URLs. Costs 5 credits per call (default 5 results, max 5). Endpoint: POST /api/search/academic. Tool schema at GET /api/search/academic/tool-schema. Used by AI agents for literature review, RAG over scientific corpora, and citation extraction. - [Clinical Search](https://www.apipick.com/search-clinical): Semantic search across ClinicalTrials.gov, FDA drug labels, and ChEMBL bioactivity. Costs 30 credits per call. Endpoint: POST /api/search/clinical. Tool schema at GET /api/search/clinical/tool-schema. Used by AI agents for medical research, drug repurposing analysis, and clinical decision support workflows. Output is informational, not medical advice. - [SEC Filings Search](https://www.apipick.com/search-sec): Semantic search over SEC EDGAR filings (10-K, 10-Q, 8-K), US earnings call transcripts, and equity statistics. Costs 120 credits per call (proprietary data). Endpoint: POST /api/search/sec. Tool schema at GET /api/search/sec/tool-schema. Used by AI agents for due diligence, fundamental analysis, and financial RAG pipelines. - [Patent Search](https://www.apipick.com/search-patents): Semantic search across global patent filings (USPTO, EPO, WIPO, JPO, KIPO, CNIPA, and major national offices). Costs 80 credits per call. Endpoint: POST /api/search/patents. Tool schema at GET /api/search/patents/tool-schema. Used by AI agents for prior-art research, IP landscaping, and competitive intelligence. - [Prediction Markets Search](https://www.apipick.com/search-prediction-markets): Semantic search over Polymarket and Kalshi prediction-market contracts. Costs 50 credits per call. Endpoint: POST /api/search/prediction-markets. Tool schema at GET /api/search/prediction-markets/tool-schema. Used by AI agents for crowd-forecast retrieval and probability-grounded answers. - [UK Legal Search](https://www.apipick.com/search-uk-legal): Semantic search across UK case law and primary legislation. Costs 60 credits per call. Endpoint: POST /api/search/uk-legal. Tool schema at GET /api/search/uk-legal/tool-schema. Used by AI agents for legal research, compliance review, and statutory interpretation. Output is informational retrieval only — not legal advice. - [Cybersecurity Search](https://www.apipick.com/search-cybersecurity): Semantic search across NVD CVE records (with CVSS severity), CISA Known Exploited Vulnerabilities (KEV), EPSS exploit-probability scores, and MITRE ATT&CK tactics and techniques. Supports `start_date`/`end_date` filtering. Costs 10 credits per call. Endpoint: POST /api/search/cybersecurity. Tool schema at GET /api/search/cybersecurity/tool-schema. Used by AI agents for vulnerability triage, threat intelligence, exploit prioritization, and security operations workflows. - [Markets Search](https://www.apipick.com/search-markets): Semantic search across global and US equities, cryptocurrencies, forex pairs, ETFs, mutual funds, commodities, and US market movers (top gainers/losers/most active). Costs 120 credits per call. Endpoint: POST /api/search/markets. Tool schema at GET /api/search/markets/tool-schema. Used by AI agents for price lookups, market-data retrieval, portfolio tools, and trading-research workflows. - [Economic Data Search](https://www.apipick.com/search-economic): Semantic search across US Federal Reserve Economic Data (FRED), Bureau of Labor Statistics, World Bank development indicators, IMF macro data, US federal spending (USAspending), and German labour statistics (Destatis). Costs 50 credits per call. Endpoint: POST /api/search/economic. Tool schema at GET /api/search/economic/tool-schema. Used by AI agents for macroeconomic research, indicator lookups, and economic analysis workflows. - [Financials Search](https://www.apipick.com/search-financials): Semantic search across US public-company balance sheets, income statements, cash flow statements, dividend history, and insider transactions. Costs 200 credits per call. Endpoint: POST /api/search/financials. Tool schema at GET /api/search/financials/tool-schema. Used by AI agents for fundamental analysis, due diligence, and investment-research workflows. - [Chemistry Search](https://www.apipick.com/search-chemistry): Semantic search across ChEMBL bioactivity data (IC50/Ki/Kd/EC50), PubChem chemical structures and properties, and Open Targets target-disease associations. Costs 30 credits per call. Endpoint: POST /api/search/chemistry. Tool schema at GET /api/search/chemistry/tool-schema. Used by AI agents for drug discovery, cheminformatics, and biomedical research workflows. - [Health Data Search](https://www.apipick.com/search-health): Semantic search across WHO global health statistics, NIH research grants, and openFDA drug adverse-event reports. Costs 30 credits per call. Endpoint: POST /api/search/health. Tool schema at GET /api/search/health/tool-schema. Used by AI agents for public-health research, grant discovery, pharmacovigilance, and healthcare analytics. Output is informational, not medical advice. - [Politics Search](https://www.apipick.com/search-politics): Semantic search across UK Parliament debates, written questions, and member activity (Hansard). Costs 40 credits per call. Endpoint: POST /api/search/politics. Tool schema at GET /api/search/politics/tool-schema. Used by AI agents for civic-tech tools, legislative monitoring, policy research, and political analysis. - [Wiley Finance Search](https://www.apipick.com/search-wiley): Semantic search across licensed Wiley finance literature — peer-reviewed finance journals and finance textbooks. Costs 300 credits per call (licensed academic content). Endpoint: POST /api/search/wiley. Tool schema at GET /api/search/wiley/tool-schema. Used by AI agents for academic-grade financial research, literature review, and investment/economics workflows. - [Genomics Genes & Variants Search](https://www.apipick.com/search-genomics-genes): Semantic search across NCBI Gene, dbSNP, ClinVar, dbVar, MedGen, and GTR for genes, sequence variants, clinical significance, and genetic tests. Costs 30 credits per call. Endpoint: POST /api/search/genomics-genes. Tool schema at GET /api/search/genomics-genes/tool-schema. Used by AI agents for genomics research, variant interpretation, and biomedical RAG. Output is informational, not medical advice. - [Genomics Sequences Search](https://www.apipick.com/search-genomics-sequences): Semantic search across NCBI Nucleotide, Protein, Genome, Assembly, Protein Clusters, Conserved Domains (CDD), and Structure for sequences, genome assemblies, and protein domains/structures. Costs 30 credits per call. Endpoint: POST /api/search/genomics-sequences. Tool schema at GET /api/search/genomics-sequences/tool-schema. Used by AI agents for bioinformatics, sequence lookup, and molecular biology workflows. - [Genomics Datasets Search](https://www.apipick.com/search-genomics-datasets): Semantic search across NCBI SRA, GEO, BioSample, BioProject, dbGaP, and Taxonomy for sequencing runs, gene-expression datasets, samples, projects, and organism classification. Costs 30 credits per call. Endpoint: POST /api/search/genomics-datasets. Tool schema at GET /api/search/genomics-datasets/tool-schema. Used by AI agents for omics dataset discovery and research-data retrieval workflows. - [Earnings Calendar Search](https://www.apipick.com/search-earnings-calendar): Semantic search over the US earnings calendar — upcoming and recent quarterly report dates, EPS/revenue estimates, and before/after-market timing. Costs 120 credits per call. Endpoint: POST /api/search/earnings-calendar. Tool schema at GET /api/search/earnings-calendar/tool-schema. Used by AI agents for event-driven trading, portfolio monitoring, and financial research workflows. - [Answer API](https://www.apipick.com/api/answer) — **Coming Soon**: Search + LLM RAG combined endpoint. Currently returns HTTP 503 while we build async cost reconciliation (variable per-query pricing depends on search cost + LLM tokens). For now combine /api/search/web with your own LLM call. - [Company Facts Lookup](https://www.apipick.com/company-facts): Retrieve public company data by stock ticker symbol or SEC CIK number. Returns market cap, industry classification, sector, SIC code, SEC filings URL, employee count, exchange, and key financial facts. Costs 2 credits per call. Endpoint: GET /api/company/facts. Used by AI agents for investment research, M&A due diligence, competitive analysis, and financial data enrichment workflows. - [Email Validator](https://www.apipick.com/check-email): Validate any email address with three checks in one call: syntax validation (RFC-compliant format), MX record verification (live DNS lookup), and disposable email domain detection (50,000+ known throwaway domains). Returns `valid`, `syntax_valid`, `mx_valid`, `disposable`, `domain`, `normalized`, and `reason` fields. Costs 1 credit per call. Endpoint: POST /api/check-email. Used by AI agents for lead enrichment, SaaS registration hygiene, marketing list cleaning, and fraud prevention pipelines. - [Logo Search](https://www.apipick.com/logos): Search the built-in SVG logo library by title or category. Returns normalized metadata with categories, brand URLs, asset URLs, and variant details for logo, light, dark, and wordmark assets when available. Assets are served from our own infrastructure with no runtime third-party dependency. Use the `url` field in each asset to embed or download the file directly. Costs 2 credits per search. Endpoint: GET /api/logos?search=vercel&limit=12. Used by AI agents and developers building branded dashboards, pitch decks, websites, email templates, and code-generated UI. - [IP Geolocation](https://www.apipick.com/ip-geolocation): Look up geolocation data for any public IPv4 or IPv6 address. Returns country code, country name, region, city, latitude, longitude, timezone (IANA format), and EU membership flag. Powered by MaxMind GeoLite2-City for fully local computation with no shared rate limits. Costs 1 credit per call. Endpoint: GET /api/ip-geolocation?ip=8.8.8.8 (omit `ip` to auto-detect caller's IP). Used by AI agents and developers for fraud detection, content localization, geo-based access control, and IP-to-location enrichment workflows. - [Public Holidays](https://www.apipick.com/public-holidays): Query all public holidays for any country and year. Supports 100+ countries via the vacanza/python-holidays library — fully local computation, no external dependencies. Returns a date-sorted list of holidays with `date` (YYYY-MM-DD) and `name` fields, plus total count and country name. Costs 1 credit per call. Endpoint: GET /api/holidays?country=US&year=2026. Used by AI agents and automation workflows for HR scheduling, financial trading calendar generation, logistics ETA calculation, and skipping holidays in n8n/Zapier automations. - [China Phone Number Checker](https://www.apipick.com/check-china-phone): Validate Chinese mobile numbers and retrieve carrier (China Mobile, China Telecom, China Unicom, virtual operators), province, city, area code, and zip code. Costs 1 credit per call. Endpoint: POST /api/check-china-phone. Ideal for AI agents doing contact data enrichment on Chinese phone numbers, fraud detection, and CRM automation for China-market leads. - [Telegram Registration Checker](https://www.apipick.com/check-phone-telegram): Check whether any international phone number is registered on Telegram. Returns registration status, username, user ID, and name when available. Costs 1 credit per call. Endpoint: POST /api/check-phone-telegram. Used by AI agents for lead enrichment, social network discovery, sales outreach automation, and contact research pipelines. ## Search Hubs (human-facing, no-key preview) These pages bundle several of the search APIs above into a single consumer search experience with category-tailored result visualization (quote cards, financial tables, charts, probability bars). They run a keyless, IP-rate-limited preview backed by the same data — useful for trying the data before integrating the API. - [Finance Search](https://www.apipick.com/finance-search): One search box across live markets (stocks, crypto, forex), US company financials (income statement, balance sheet, cash flow), SEC filings (10-K/10-Q/8-K), economic indicators (FRED/BLS/World Bank), and prediction markets (Polymarket/Kalshi). Free preview, no API key. Backed by the Markets, Financials, SEC Filings, Economic Data, and Prediction Markets search APIs. - [Research Search](https://www.apipick.com/research-search): One search box across the live web, breaking news, peer-reviewed papers (arXiv/PubMed/bioRxiv/medRxiv), and licensed finance journals. Cleaned, readable results tagged by type. Free preview, no API key. Backed by the Web, News, Academic, and Wiley Finance search APIs. - [Biomed Search](https://www.apipick.com/biomed-search): One search box across clinical trials (ClinicalTrials.gov), chemistry & molecule data (ChEMBL/PubChem), and global health statistics (WHO/NIH/openFDA). Rendered as trial, molecule, and indicator cards. Free preview, no API key. Informational only, not medical advice. Backed by the Clinical, Health Data, and Chemistry search APIs. - [Genomics Search](https://www.apipick.com/genomics-search): One search box across NCBI genes & variants (Gene/dbSNP/ClinVar), sequences & structures (Nucleotide/Protein/Genome/CDD), and research datasets (SRA/GEO/BioProject/Taxonomy). Rendered as gene, sequence, and dataset cards. Free preview, no API key. Informational only, not medical advice. Backed by the Genomics Genes, Sequences, and Datasets search APIs. - [Legal & Policy Search](https://www.apipick.com/legal-search): One search box across UK case law and legislation, global patent filings (USPTO/EPO), and UK Parliament debates (Hansard). Rendered as case, patent, and debate cards. Free preview, no API key. Informational only, not legal advice. Backed by the UK Legal, Patent, and Politics search APIs. - [Security Search](https://www.apipick.com/security-search): One search box across CVEs (with CVSS severity), CISA Known Exploited Vulnerabilities (KEV), EPSS exploit-probability scores, and MITRE ATT&CK. Rendered as CVE cards with severity, ransomware flags, and CWEs. Free preview, no API key. Backed by the Cybersecurity search API. ## Authentication All API endpoints require an `x-api-key` header containing your API key (format: `pk_...`). API keys are created and managed in the dashboard at https://www.apipick.com/dashboard/api-keys. Example request: ``` POST /api/check-china-phone x-api-key: pk_yourkey Content-Type: application/json {"phone_number": "13800138000"} ``` Example response: ```json { "success": true, "data": { "phone": "13800138000", "phone_type": "China Mobile", "province": "Beijing", "city": "Beijing", "zip_code": "100000", "area_code": "010" }, "credits_used": 1, "remaining_credits": 99 } ``` ## Pricing - 100 free credits on signup (no credit card required) - Pay-as-you-go: purchase credit packs starting at $5 USD for 5,000 credits - Web Search: 15 credits per call (default 5 results, max 10) - News Search: 15 credits per call (default 5 results, max 10) - URL Content Extraction: 2 credits per URL (max 25 URLs per call) - Academic Search: 5 credits per call (arXiv, PubMed, bioRxiv, medRxiv, ChemRxiv) - Clinical Search: 30 credits per call (trials, drug labels, ChEMBL) - Cybersecurity Search: 10 credits per call (NVD CVE, CISA KEV, EPSS, MITRE ATT&CK) - Economic Data Search: 50 credits per call (FRED, BLS, World Bank, IMF, USAspending, Destatis) - Markets Search: 120 credits per call (stocks, crypto, forex, ETFs, funds, commodities, movers) - Financials Search: 200 credits per call (balance sheet, income, cash flow, dividends, insiders) - Chemistry Search: 30 credits per call (ChEMBL, PubChem, Open Targets) - Health Data Search: 30 credits per call (WHO, NIH grants, openFDA drug events) - Politics Search: 40 credits per call (UK Parliament / Hansard) - Wiley Finance Search: 300 credits per call (licensed Wiley finance journals + books) - Prediction Markets Search: 50 credits per call (Polymarket, Kalshi) - UK Legal Search: 60 credits per call (case law, legislation) - Patent Search: 80 credits per call (global patent filings, USPTO + EPO) - SEC Filings Search: 120 credits per call (EDGAR filings, earnings, statistics) - Company Facts: 2 credits per call - Email Validator: 1 credit per call - Logo Search: 1 credit per search, 1 credit per source fetch - IP Geolocation: 1 credit per call - Public Holidays: 1 credit per call - China Phone Check: 1 credit per call - Telegram Check: 1 credit per call - Answer API: coming soon (variable per-query pricing — search + LLM tokens) - Credits never expire - Credits only deducted on successful (HTTP 200) responses ## Error Codes - 200: Success — credits deducted - 400: Invalid request parameters — no credits deducted - 401: Missing or invalid API key — no credits deducted - 402: Insufficient credits - 404: Resource not found (e.g. phone number not registered on Telegram) — no credits deducted - 422: Request body validation error — no credits deducted - 500: Internal server error — no credits deducted ## Compatible Agent Frameworks & Platforms - OpenAI Assistants API (function calling) - Anthropic Claude (tool use) - Google Gemini (function declarations) - LangChain (custom tools) - LlamaIndex (function tools) - CrewAI (agent actions) - AutoGen (function map) - n8n (HTTP Request node) - Zapier / Make (webhooks) - Custom MCP servers (Model Context Protocol) ## Comparisons & Best-For Recommendations - [API Pick vs Alternatives](https://www.apipick.com/compare): Quick "best for…" recommendations across the catalog, plus links to deep-dive comparisons against Tavily, Exa, Serper, Firecrawl, and Jina Reader. ## Blog & Tutorials - [Blog Index](https://www.apipick.com/blog): Tutorials, comparisons, and use cases for grounding LLM answers, building agent workflows, and shipping production AI features. - [Best Web Search APIs for AI Agents in 2026 (Compared)](https://www.apipick.com/blog/best-web-search-apis-for-ai-agents-2026): Developer buyer's guide comparing Exa, Tavily, Perplexity Sonar, Linkup, Brave, Parallel, Serper, and API Pick on output shape, pricing, and agent-readiness — with the Bing Search API retirement context and a decision tree. - [Exa vs Tavily: Which Search API for Your AI Agent? (2026)](https://www.apipick.com/blog/exa-vs-tavily-search-api-for-ai-agents): Head-to-head of the two leading agent search APIs — neural index vs agent-native web access — with real API shapes, 2026 pricing math, latency, the Nebius/Tavily acquisition and Exa Series B, and when each wins. - [Agentic Search vs SERP Scraping: Why Agents Need a Different API](https://www.apipick.com/blog/agentic-search-vs-serp-scraping): What agentic search means, how it differs from SERP-scraping APIs, why it emerged in 2025–2026, the full-pipeline economics, and when raw SERP APIs still make sense. - [Tavily vs Exa vs Serper vs API Pick — Web Search APIs for LLMs Compared](https://www.apipick.com/blog/tavily-exa-serper-vs-apipick): Side-by-side comparison of the leading LLM-friendly web search APIs across output shape, filters, pricing model, and AI-agent integration ergonomics. - [Firecrawl vs Jina Reader vs API Pick — URL Content Extraction APIs Compared](https://www.apipick.com/blog/firecrawl-jina-reader-vs-apipick): How the leading URL-cleaning APIs differ on bulk handling, JS rendering, and pricing for RAG pipelines. - [How to Add Real-Time Web Search to an OpenAI or Claude Agent in 4 Steps](https://www.apipick.com/blog/web-search-tool-openai-claude-agent): Step-by-step tutorial for wiring a web search tool into OpenAI Assistants, Claude tool use, LangChain, and n8n. Includes ready-to-paste tool schemas and a complete agent loop. - [Building a Morning Briefing Agent with the News Search API](https://www.apipick.com/blog/morning-briefing-agent-news-api): End-to-end use case — cron + News Search + URL Extract + LLM summary + Slack post — for a daily briefing Agent that costs ~$0.10/day to run. - [Build a Research Agent with Search + URL Extract (Claude tool use, end-to-end)](https://www.apipick.com/blog/build-research-agent-with-search-and-extract): Working ~120-line Python research agent that takes a question, searches, reads, and answers with inline citations using Claude tool use plus Web Search and URL Extract. - [Building a Due-Diligence Agent on SEC Filings (10-K, 10-Q, 8-K, Earnings)](https://www.apipick.com/blog/sec-filings-rag-due-diligence-agent): Architecture and prompts for an investment due-diligence agent over SEC EDGAR — the senior-analyst-style fact-pattern step automated end-to-end. - [Why APIs Should Charge Only on Success — The Case for HTTP-200 Billing](https://www.apipick.com/blog/why-apis-should-charge-on-success-only): Deep dive on why the agent era requires only-on-success API billing, what 'success' should mean precisely, and why most providers still charge on every attempt. - [Google Patents API Is Dead — 6 Alternatives for Prior-Art and FTO Search](https://www.apipick.com/blog/google-patents-api-alternatives-prior-art-search): Side-by-side comparison of USPTO ODP, EPO OPS, PatentsView, Lens.org, PQAI, and API Pick Patent Search after the Google Patents API deprecation. With Python code for each. - [How to Build a Scientific Literature-Review Agent Without Getting Rate-Limited](https://www.apipick.com/blog/scientific-literature-agent-without-rate-limits): Why arXiv, PubMed, and Semantic Scholar's free APIs no longer scale to LLM-agent traffic, and how to build a literature-review agent that survives a real review session. - [Polymarket vs Kalshi API: A Developer's Side-by-Side Guide](https://www.apipick.com/blog/polymarket-vs-kalshi-api-developer-guide): Full developer comparison of the two big prediction-market venues — auth, CLOB, WebSocket, historical data — with working Python code for each and how to do cross-venue arbitrage. - [Citation-Grounded UK Case Law Retrieval After Ayinde v Haringey](https://www.apipick.com/blog/uk-case-law-retrieval-after-ayinde): Architecture for UK legal AI after [2025] EWHC 1383 (Admin), where a barrister was referred to the BSB for citing five fabricated AI-generated cases. Find Case Law, legislation.gov.uk, and a verifying-citations agent stack. - [Wiring ClinicalTrials.gov v2 + openFDA + ChEMBL into a License-Clean Drug Intelligence Endpoint](https://www.apipick.com/blog/clinical-trials-fda-chembl-license-clean-pipeline): How to combine the four major drug-data sources for biopharma R&D and pharmacovigilance, with explicit guidance on avoiding the DrugBank commercial-license trap. ## Pages - [Home](https://www.apipick.com): Overview of all available API tools - [API Catalog](https://www.apipick.com/apis): Browse all endpoints grouped by category, with a search filter. Best entry point for AI agents discovering APIs by capability. - [Search & Extraction APIs](https://www.apipick.com/apis/search): Real-time web search, news search, and URL content extraction endpoints. - [Business Data APIs](https://www.apipick.com/apis/business): Public company intelligence — market cap, SEC filings, financials. - [Validation & Enrichment APIs](https://www.apipick.com/apis/validation): Email, phone, and Telegram registration verification endpoints. - [Reference & Geo APIs](https://www.apipick.com/apis/reference): IP geolocation, public holidays, and SVG logo search endpoints. - [Blog](https://www.apipick.com/blog): Tutorials, comparisons, and use cases for AI agent and LLM API workflows. - [About](https://www.apipick.com/about): Mission, AI agent integration details, and company information - [Contact](https://www.apipick.com/contact): Send feedback or request new API tools - [Privacy Policy](https://www.apipick.com/privacy): Data handling and privacy practices - [Terms of Service](https://www.apipick.com/terms): Terms and conditions of use - [Dashboard - API Keys](https://www.apipick.com/dashboard/api-keys): Create and manage API keys (requires login) - [Dashboard - Credits](https://www.apipick.com/dashboard/credits): View credit balance and purchase history (requires login)