Skip to main content

Getting Started

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

Available APIs

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
  }'