cURL
curl --request GET \ --url https://api.example.com/api/job-status/:jobId
{ "error": "Job ID is required" }
Check the status of a content generation job
GET /api/job-status/:jobId
Show properties
pending
processing
completed
failed
text
pdf
image
carousel
reel
curl https://api.distylia.com/api/job-status/550e8400-e29b-41d4-a716-446655440000
{ "success": true, "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "status": "processing", "type": "text", "format": "carousel", "filename": null, "progress": 45, "createdAt": "2024-01-08T10:30:00.000Z", "updatedAt": "2024-01-08T10:30:45.000Z", "errorMessage": null } }