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 keyGo to Settings → API Keys to create your first API key. API access requires a Business plan.
2
Make your first requestcurl -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 thumbnailThe API returns a URL to your generated thumbnail within seconds.
Base URL
https://pimplo.com/apiAll API requests should be made to this base URL.