cURL
curl --request GET \ --url https://api.example.com/api/job-result/:jobId
{ "error": "Job ID is required" }
Retrieve the generated content after job completion
Documentation IndexFetch the complete documentation index at: https://docs.distylia.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.distylia.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/job-result/:jobId
Show properties
text
pdf
image
carousel
reel
Show image object
Show video object
curl https://api.distylia.com/api/job-result/550e8400-e29b-41d4-a716-446655440000
{ "success": true, "message": "Job result retrieved successfully", "data": { "id": "content-123", "type": "text", "format": "image", "caption": "Ready to boost your productivity? Check out these 5 game-changing tips! 🚀", "hashtags": "#productivity #workfromhome #timemanagement #efficiency #success", "audioUrl": null, "createdAt": "2024-01-08T10:32:15.000Z", "metadata": { "platform": "instagram", "visualTemplate": "minimal", "slideCount": null }, "images": [ { "id": "img-1", "url": "https://storage.example.com/content/image-123.png", "slideNumber": 1, "createdAt": "2024-01-08T10:32:15.000Z" } ], "videos": [] } }
{ "success": true, "message": "Job result retrieved successfully", "data": { "id": "content-456", "type": "text", "format": "carousel", "caption": "Swipe through for 5 essential remote work tips! 💼✨", "hashtags": "#remotework #workfromhome #productivity #digitalnomad #workflow", "audioUrl": null, "createdAt": "2024-01-08T10:35:20.000Z", "metadata": { "platform": "instagram", "visualTemplate": "magazine", "slideCount": 5 }, "images": [ { "id": "img-1", "url": "https://storage.example.com/content/slide-1.png", "slideNumber": 1, "createdAt": "2024-01-08T10:35:20.000Z" }, { "id": "img-2", "url": "https://storage.example.com/content/slide-2.png", "slideNumber": 2, "createdAt": "2024-01-08T10:35:21.000Z" } // ... more slides ], "videos": [] } }
{ "success": true, "message": "Job result retrieved successfully", "data": { "id": "content-789", "type": "text", "format": "reel", "caption": "Quick productivity tips to level up your work! 🎯", "hashtags": "#productivitytips #reels #motivation #worklife #shorts", "audioUrl": "https://storage.example.com/audio/audio-123.mp3", "createdAt": "2024-01-08T10:40:30.000Z", "metadata": { "platform": "tiktok", "visualTemplate": "neon", "maxDuration": 30, "captions": { "enabled": true, "style": "modern", "position": "bottom", "fontSize": "medium" } }, "images": [], "videos": [ { "id": "vid-1", "url": "https://storage.example.com/content/reel-789.mp4", "duration": 28, "createdAt": "2024-01-08T10:40:30.000Z" } ] } }
completed
slideNumber