Back

Pimplo API Documentation

Build powerful thumbnail generation workflows with the Pimplo API. Generate thumbnails, manage projects, run A/B tests, and more programmatically.

Fast & Reliable

99.9% uptime SLA

Secure

API key authentication

Rate Limits

1000 req/min

Quick Start

Generate your first thumbnail in minutes

1
Get your API key

Go to Settings → API Keys to create your first API key. API access requires a Business plan.

2
Make your first request
curl -X POST https://pimplo.com/api/generate \
  -H "Authorization: Bearer vca_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Gaming thumbnail", "style": "gaming"}'
3
Receive your thumbnail

The API returns a URL to your generated thumbnail within seconds.

Base URL

https://pimplo.com/api

All API requests should be made to this base URL.