Request
1 |
curl --location --request GET 'https://api.omnirender.com/job/single/get/{job_id}?apikey=demo' |
Result
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
{ "result": { "data": { "__v": 0, "user_token": "not_provided", "user_email": "not@provided.com", "user_name": "demo", "cdn_access_token": null, "cdn_grant_type": null, "cdn_storage_uri": null, "cdn_client_id": null, "video_length": -1, "group": "public", "domain": "omnirender", "details": { "requireWatermark": false, "videoDelay": 5000, "capDelay": 5000, "type": "bannerflow", "auto": 1, "scraper": "default", "project": "yourAssignedProjectID", "timer_enabled": false, "fps": 30, "height": 1920, "width": 1080, "author": "N/A" }, "is_hq": true, "is_inactive": false, "user_notification_targets": { "scrape_status": [ { "hash": "yourprojectdomain-1", "key": "callbackApiToken", "method": "POST", "uri": "https://yourcallbackapi.com/callbackurl", "type": "api" } ] }, "scheme": "scraper", "error_history": [], "status_history": [], "in_operation": false, "add_date": "2021-08-31T20:09:00.115Z", "id": "612e8c5cd11bff30d5a384f7", "status_history": [ { "details": { "pid": 29766, "ip": "172.16.10.217" }, "value": "scraping", "type": "scrape_status", "add_date": "2021-09-03T15:43:55.746Z" }, { "details": { "pid": 29766, "ip": "172.16.10.217" }, "value": "finished_scrape", "type": "scrape_status", "add_date": "2021-09-03T15:44:39.892Z" }, { "details": { "pid": 19427, "ip": "172.16.10.217" }, "value": "transcoding", "type": "scrape_status", "add_date": "2021-09-03T15:44:41.607Z" }, { "details": { "pid": 19427, "ip": "172.16.10.217", "filename": "8f1d80a1-e046-11eb-ab16-0b4011eeac91_hi_video.mp4" }, "value": "finished_transcode", "type": "scrape_status", "add_date": "2021-09-03T15:44:46.441Z" } ], } } } |