MindPeeker Logo

Developers

API documentation, SDKs, and integration guides for developers

Developer Documentation

Complete developer resources for integrating with MindPeeker's psychic intelligence platform, including API documentation, SDKs, and comprehensive integration guides.

Getting Started

Quick Start Guide

Get up and running in minutes with our step-by-step integration tutorial. Learn authentication, basic API calls, and best practices.

Platform Overview

Understand MindPeeker's architecture, capabilities, and integration patterns for building powerful psychic intelligence applications.

Core Documentation

Authentication

Secure authentication methods including API keys, OAuth 2.0, and enterprise SSO integration.

API Reference

Complete REST API documentation with all endpoints, parameters, and response formats.

SDKs

Official SDKs for JavaScript, Python, Java, C#, and Go with examples and best practices.

Webhooks

Real-time event notifications and webhook configuration for monitoring session progress and results.

Integration Resources

Integration Guides

Step-by-step tutorials for common use cases and platform integrations.

Developer Tools

CLI tools, Postman collections, and development utilities for faster integration.

Best Practices

Recommended patterns, security guidelines, and optimization techniques.

Support & Resources

Troubleshooting

Common issues, debugging techniques, and problem resolution guides.

Changelog

Version history, breaking changes, and new feature announcements.

Support

Get help from our developer team and community forums.

Quick Start

1. Get API Credentials

# Register at developers.mindpeeker.com
# Create application and get API key
export MINDPEEKER_API_KEY="your_api_key_here"

2. Install SDK

# JavaScript/TypeScript
npm install @mindpeeker/sdk

# Python
pip install mindpeeker-sdk

# Java
mvn install com.mindpeeker:mindpeeker-sdk

3. Make First API Call

import { MindPeekerClient } from '@mindpeeker/sdk'

const client = new MindPeekerClient({
  apiKey: process.env.MINDPEEKER_API_KEY
})

const session = await client.sessions.create({
  cue: 'Describe the location of the missing aircraft',
  session_type: 'remote_viewing'
})

console.log('Session created:', session.id)

API Capabilities

Session Management

  • Create remote viewing, dowsing, and ESP sessions
  • Monitor progress and status in real-time
  • Retrieve results and accuracy metrics

Analytics & Insights

  • Performance tracking and improvement metrics
  • Accuracy analysis and confidence scoring
  • Trend analysis and predictive insights

User Management

  • User authentication and authorization
  • Profile management and preferences
  • Team collaboration and sharing

Data & Integration

  • Export results in multiple formats
  • Integration with third-party platforms
  • Real-time notifications and webhooks

Development Resources

Code Examples

Browser and Node.js integration examples

Flask, Django, and FastAPI integrations

Spring Boot and Android applications

.NET and Unity game development

Tools & Utilities

  • CLI Tool: Command-line interface for API testing
  • Postman Collection: Complete API testing suite
  • OpenAPI Spec: Machine-readable API documentation
  • Webhook Tester: Local webhook development tool

Rate Limits & Quotas

PlanRequests/MinuteConcurrent SessionsFeatures
Free605Basic API access
Pro60050Advanced features
Enterprise6000+500+Custom limits

Authentication Methods

API Key Authentication

curl -X POST "https://api.mindpeeker.com/v1/sessions" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"cue": "Your question here", "session_type": "remote_viewing"}'

OAuth 2.0 Flow

// Redirect user for authorization
const authUrl = `https://auth.mindpeeker.com/oauth/authorize?client_id=${CLIENT_ID}&response_type=code&redirect_uri=${REDIRECT_URI}`

// Exchange code for access token
const token = await client.oauth.exchangeCode(code)

SDK Features

JavaScript/TypeScript

  • TypeScript definitions included
  • Browser and Node.js compatible
  • Promise-based API
  • React hooks available

Python

  • Async/await support
  • Pydantic models for validation
  • Django and Flask integration
  • Jupyter notebook support

Java

  • Spring Boot auto-configuration
  • Builder pattern for requests
  • Comprehensive error handling
  • Android compatibility

Community & Support

Developer Community

  • Discord: Real-time chat with developers
  • GitHub: Open-source projects and examples
  • Stack Overflow: Tag questions with mindpeeker-api
  • Blog: Tutorials and best practices

Getting Help

Developer Support: developers@mindpeeker.com
Documentation Issues: github.com/mindpeeker/docs/issues
API Status: status.mindpeeker.com
Security Issues: security@mindpeeker.com

Start building powerful psychic intelligence applications with MindPeeker's comprehensive developer platform.