Overview
The Easy-Peasy.AI API lets you programmatically access our AI-powered tools:- Presets — Discover available text generation templates and their input fields
- Text Generation — Generate blog posts, social media captions, emails, marketing copy, and more using 50+ templates
- Image Generation — Create AI images with 40+ models including DALL-E 3, Midjourney, FLUX.2, Imagen 4, and more
- Transcription — Transcribe audio files with speaker detection and enhanced quality
- Text-to-Speech — Convert text to natural-sounding speech with 150+ voices
- Bots — Chat with your custom AI bots via API
Authentication
All API requests require your API key in thex-api-key header (except TTS Config/Voices which are public).
Get your API key
Generate an API key from your Easy-Peasy.AI settings page.
Base URL
All API requests are made to:Typical Workflow
- Discover presets — Call
GET /api/presetsto list available templates - Get field requirements — Call
GET /api/presets/{slug}to see what fields a preset needs - Generate content — Call
POST /api/generatewith the preset slug and required fields
Endpoints
List Presets
Discover available text generation templates.
Get Preset Details
Get input fields and constraints for a preset.
Generate Text
Generate content using any preset.
Generate Image
Create AI images with 40+ models.
Create Transcription
Transcribe audio files to text.
Text-to-Speech
Convert text to natural speech.
Chat with Bot
Interact with your custom AI bots via API.
