Skip to main content

Getting Started

Use the Easy-Peasy.AI API to integrate AI content generation directly into your applications.

Introduction

Learn about authentication, base URL, and available endpoints.

Get API Key

Sign up and generate your API key.

Available APIs

Text Generation

Generate blog posts, emails, social media content, and more using 50+ templates.

Image Generation

Create AI images with DALL-E 3, Stable Diffusion XL, or Stable Diffusion 3.0.

Transcription

Transcribe audio files with speaker detection and enhanced quality.

Text-to-Speech

Convert text to natural-sounding speech with 150+ AI voices.

Quick Example

curl -X POST https://easy-peasy.ai/api/generate \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "preset": "blog-post",
    "keywords": "How to get started with AI",
    "tone": "professional",
    "outputs": 1
  }'