Generate your first piece of content in under 5 minutes
curl -X POST https://api.distylia.com/api/v1/process-text-async \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "10 tips for better productivity", "format": "image", "visualTemplate": "infographic" }'
{ "success": true, "message": "Text processing job created successfully", "data": { "jobId": "abc123", "status": "pending" } }
curl https://api.distylia.com/api/job-status/abc123
{ "success": true, "data": { "id": "abc123", "status": "completed", "progress": 100 } }
curl https://api.distylia.com/api/job-result/abc123