{"openapi":"3.1.0","info":{"title":"FintechToolkit API","version":"1.0.0","description":"FintechToolkit is an AI- and developer-first directory of fintech infrastructure tools: APIs, data sources, open data, integrations, and open-source projects for payments, banking, lending, wealth, KYC, AML, fraud, and compliance.","contact":{"name":"FintechToolkit Developer Team","url":"https://fintechtoolkit.com"}},"servers":[{"url":"https://fintechtoolkit.com","description":"Production API Server"}],"x-service-info":{"categories":["fintech","developer-tools","banking","payments","compliance"],"documentationUrl":"https://fintechtoolkit.com/docs/api"},"paths":{"/api/search":{"get":{"summary":"Search fintech tools and developer APIs","description":"Search tools by keyword, category, or pricing model.","operationId":"searchTools","parameters":[{"name":"q","in":"query","description":"Search terms","schema":{"type":"string"}},{"name":"category","in":"query","description":"Filter by category slug","schema":{"type":"string"}}],"responses":{"200":{"description":"Search results matching criteria","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":"string"},"websiteUrl":{"type":"string"},"categories":{"type":"array","items":{"type":"string"}}}}}}}}}}}}},"/api/health":{"get":{"summary":"Health check endpoint","description":"Provides service health and uptime status.","operationId":"getHealth","responses":{"200":{"description":"Service is healthy","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"version":{"type":"string"}}}}}}}}},"/api/v1/paid/market-intelligence":{"get":{"summary":"Fintech Market Intelligence Feed (MPP & x402 Payable)","description":"Premium machine-to-machine data feed with real-time compliance metrics and developer API updates.","operationId":"getMarketIntelligence","x-payment-info":{"intent":"charge","method":"stripe","amount":0.01,"currency":"USD","description":"Per-call micropayment for real-time fintech market intelligence"},"responses":{"200":{"description":"Intelligence report unlocked via payment","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"report":{"type":"string"},"timestamp":{"type":"string"}}}}}},"402":{"description":"Payment required per x402 / MPP specification"}}}}}}