Developer Ecosystem

Build With
The Ancient
Power of Epilda

Official tools, SDKs, and APIs for the Epilda ecosystem. Extend your spiritual community platform — integrate, automate, and create.

4
Tools
4
Live Now
142K+
Epilda Users
180+
Nations

Welcome Back

Continue your developer journey

Epilda Sign In with Epilda
OR USE CREDENTIALS
Developer Tools

The Epilda Toolkit

Powerful tools built specifically for email management, content creation, and AI-powered video generation in the Epilda ecosystem.

Live

EpicMailExtractor

Bulk email extraction, DNS MX verification, and intelligent auto-sorting. Process millions of addresses with real-time feedback and smart classification.

Email DNS Extraction Sorting
Live

EpicLettersGenerator

Professional HTML email letter generator. Design beautiful, fully responsive HTML templates with a live preview editor and one-click export.

HTML Letters Templates Editor
Live

EpicMailSender

Advanced inbox mailer with AI-powered persona generation. Achieve maximum inbox placement with smart sender rotation and deliverability optimization.

Mailer Inbox AI Persona
REST API

The Epilda Platform API

Access Circles, Community posts, Timeline entries, Oracle queries, and user data programmatically. Full REST API with OAuth2, rate limiting, and webhooks.

  • Real-time webhook events for Circles & Timeline
  • OAuth2 with granular scopes per endpoint
  • Full i18n support — 180+ nations, 40+ languages
  • API usage dashboard and rate limit monitoring
API Reference Get API Key
Epilda API — Quick Start
# 1. Install the PHP client
composer require epilda/api-client

# 2. Initialise with your API key
use Epilda\Client;

$api = new Client([
  'api_key'  => 'YOUR_API_KEY',
  'base_url' => 'https://api.epilda.com/v1',
]);

# 3. Fetch community circles
$circles = $api->circles()->list([
  'limit' => 20,
  'sort'  => 'created_at:desc',
]);

# 4. Post to Timeline
$api->timeline()->create([
  'content' => 'Hello Epilda API!',
  'type'    => 'text',
]);
Documentation

Everything You Need to Build

Comprehensive guides, API references, and code examples for every tool in the Epilda ecosystem.

Changelog

Latest Updates

Stay current with every release, fix, and new feature across the Epilda developer ecosystem.

EpicVideoGenerator v1.0

Live

AI Documentary Video Generator launched. Generate cinematic narrated documentaries on any topic with one click.

EpicMailSender v1.0

Live

Advanced inbox mailer with AI persona generation now live. Achieve maximum deliverability with smart sender rotation.

EpicLettersGenerator v1.0

Live

HTML email letter generator released. Full live-preview editor with variable injection and one-click export.

EpicMailExtractor v1.0

Live

First tool in the Epilda ecosystem goes live. Bulk extraction, DNS MX verification, and intelligent auto-sorting for millions of email addresses.

Developer Portal Launch

New

dev.epilda.com is now open. API documentation, SSO integration guides, and the full tools registry are available.