{ "jsonrpc": "2.0", "id": "neural-partners-api-directory-v1", "result": { "version": "1.0", "last_updated": "2025-09-28", "organization": { "name": "Neural Partners", "type": "AI Marketing Agency", "url": "https://neuralpartners.ai", "tagline": "Mindfully Modern. Quietly Disruptive.", "description": "AI-powered marketing agency delivering measurable ROI through intelligent automation and data-driven strategies" }, "live_api": { "base_url": "https://api.neuralpartners.ai/v1/", "documentation": "https://neuralpartners.ai/api/", "status": "https://api.neuralpartners.ai/v1/health/check", "authentication": "None required (public read-only access)", "rate_limit": "100 requests per minute per IP", "protocol": "HTTPS only", "methods": ["GET"] }, "api_endpoints": [ { "id": "services-api", "name": "Services API", "category": "Live API", "endpoints": [ { "method": "GET", "path": "/v1/services/list", "url": "https://api.neuralpartners.ai/v1/services/list", "description": "Retrieve all available services with optional filtering", "parameters": ["category", "limit"] }, { "method": "GET", "path": "/v1/services/get", "url": "https://api.neuralpartners.ai/v1/services/get?id=digital-experience-infrastructure", "description": "Retrieve details for a specific service", "parameters": ["id"] }, { "method": "GET", "path": "/v1/services/categories", "url": "https://api.neuralpartners.ai/v1/services/categories", "description": "Get all available service categories" } ] }, { "id": "expertise-api", "name": "Expertise API", "category": "Live API", "endpoints": [ { "method": "GET", "path": "/v1/expertise/list", "url": "https://api.neuralpartners.ai/v1/expertise/list", "description": "Retrieve all expertise areas with optional filtering", "parameters": ["category", "industry", "limit"] }, { "method": "GET", "path": "/v1/expertise/get", "url": "https://api.neuralpartners.ai/v1/expertise/get?id=ai-marketing", "description": "Retrieve details for a specific expertise area", "parameters": ["id"] }, { "method": "GET", "path": "/v1/expertise/technologies", "url": "https://api.neuralpartners.ai/v1/expertise/technologies", "description": "List all technologies and platforms we work with" }, { "method": "GET", "path": "/v1/expertise/industries", "url": "https://api.neuralpartners.ai/v1/expertise/industries", "description": "List all industries we serve" } ] }, { "id": "intelligence-api", "name": "Intelligence API", "category": "Live API", "endpoints": [ { "method": "GET", "path": "/v1/intelligence/list", "url": "https://api.neuralpartners.ai/v1/intelligence/list", "description": "Retrieve published articles with pagination", "parameters": ["topic", "limit", "offset"] }, { "method": "GET", "path": "/v1/intelligence/get", "url": "https://api.neuralpartners.ai/v1/intelligence/get?id=agentic-consumer-part-1", "description": "Retrieve a specific article", "parameters": ["id"] }, { "method": "GET", "path": "/v1/intelligence/latest", "url": "https://api.neuralpartners.ai/v1/intelligence/latest", "description": "Get the most recent articles", "parameters": ["count"] }, { "method": "GET", "path": "/v1/intelligence/topics", "url": "https://api.neuralpartners.ai/v1/intelligence/topics", "description": "Get all article topics and categories" } ] }, { "id": "health-api", "name": "System Health API", "category": "Live API", "endpoints": [ { "method": "GET", "path": "/v1/health/check", "url": "https://api.neuralpartners.ai/v1/health/check", "description": "Check API health and availability" } ] } ], "static_endpoints": [ { "id": "business-info", "name": "Business Information", "endpoint": "/api/business-info.json", "url": "https://neuralpartners.ai/api/business-info.json", "description": "Comprehensive business information including company details, mission, values, team, and contact information", "update_frequency": "Monthly", "last_updated": "2025-09-20" }, { "id": "services", "name": "Services Catalog (Static)", "endpoint": "/api/services.json", "url": "https://neuralpartners.ai/api/services.json", "description": "Complete catalog of Neural Partners services including strategic services, Neural Core, and Neural Labs offerings", "update_frequency": "Monthly", "last_updated": "2025-09-28" }, { "id": "expertise", "name": "Expertise & Capabilities (Static)", "endpoint": "/api/expertise.json", "url": "https://neuralpartners.ai/api/expertise.json", "description": "Detailed expertise areas, technical capabilities, industry specializations, and technology stack", "update_frequency": "Quarterly", "last_updated": "2025-09-28" }, { "id": "intelligence", "name": "Intelligence Hub (Static)", "endpoint": "/api/intelligence.json", "url": "https://neuralpartners.ai/api/intelligence.json", "description": "Marketing intelligence articles, industry insights, AI strategy content, and thought leadership", "update_frequency": "Weekly", "last_updated": "2025-09-20" }, { "id": "locations", "name": "Locations & Coverage (Static)", "endpoint": "/api/locations.json", "url": "https://neuralpartners.ai/api/locations.json", "description": "Office locations, service areas, geographic coverage, and contact information", "update_frequency": "Quarterly", "last_updated": "2025-09-20" } ], "usage_guidelines": { "live_api": { "format": "JSON (REST-style HTTP API)", "authentication": "No authentication required for read access", "rate_limiting": "100 requests per minute per IP", "cors": "CORS headers enabled for all origins", "base_url": "https://api.neuralpartners.ai/v1/", "methods": "GET only (read-only API)" }, "static_files": { "format": "JSON-RPC 2.0", "authentication": "No authentication required", "rate_limiting": "No rate limits for reasonable usage", "cors": "CORS headers enabled for all origins", "caching": "Content is cached with 1-hour TTL", "updates": "Check last_updated field for data freshness" } }, "ai_bot_instructions": { "purpose": "Two types of endpoints provide comprehensive information about Neural Partners for AI agents and bots", "api_types": { "live_api": "Dynamic HTTP API at api.neuralpartners.ai/v1/ for real-time queries", "static_files": "Static JSON files at neuralpartners.ai/api/ for bulk data access" }, "navigation": [ "Start with this index.json for an overview", "Use live API endpoints for specific queries with filtering", "Use static JSON files for bulk data downloads", "Check health endpoint to verify API availability" ], "recommended_flow": [ "1. Check API health: https://api.neuralpartners.ai/v1/health/check", "2. Query services: https://api.neuralpartners.ai/v1/services/list", "3. Get expertise: https://api.neuralpartners.ai/v1/expertise/list", "4. Fetch latest articles: https://api.neuralpartners.ai/v1/intelligence/latest", "5. For bulk data, use static JSON files in /api/ directory" ], "data_relationships": { "services_to_expertise": "Services reference expertise areas for implementation", "intelligence_to_services": "Intelligence articles showcase service applications", "business_to_all": "Business info provides context for all other data" } }, "technical_details": { "encoding": "UTF-8", "content_type": "application/json", "protocol": "HTTPS only", "availability": "99.9% uptime SLA", "infrastructure": "AWS S3 + CloudFront CDN" }, "contact": { "technical_support": "team@neuralpartners.ai", "business_inquiries": "team@neuralpartners.ai" } } }