API Overview
The Pictify API is a RESTful JSON API for generating images, GIFs, and PDFs programmatically.Base URL
Authentication
All requests require a Bearer token:Request Format
- Content-Type:
application/json - Request bodies are JSON
- Dates use ISO 8601 format
Response Format
Successful responses return JSON with relevant data:Rate Limits
Rate limits vary by plan:
Rate limit headers are included in every response:
Pagination
List endpoints return paginated results:HTTP Status Codes
Idempotency
POST requests can include anIdempotency-Key header for safe retries: