Pictify 

API Documentation

Test and experiment with Pictify.io API endpoints. Select an endpoint from the list to get started.

API Status: Operational
Get API Key

Authentication

Please get an API key to test the endpoints.

Available Endpoints

Request Parameters

HTML content to convert to image

URL to capture instead of HTML (optional)

CSS selector to capture (optional)

Output format

Request Preview

curl -X POST https://pictify.io/api/image \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -d '{ "html": "<div style=\"padding: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-family: Arial, sans-serif; border-radius: 10px;\"><h1>Hello World!</h1><p>This is a test image</p></div>", "width": 800, "height": 600, "selector": "body", "fileExtension": "png" }'