Description The Submit Flow API creates new Encoding Jobs that are defined with a Flow. Request Method POST ActionUrl/api/v1/flow/{flow-uuid}/submit/{media-file} Request Parameter
Response ElementsExamplesExample Request URL: http://localhost:8080/api/v1/flow/d769a001-d57f-4898-86c8-100cffe768b3//media/video/example.mp4 Example Response { "response": { "status": "ok", "message": "flow successful submitted", "requestID": "7a3846e8-4bdb-11e1-a99b-0023ae8ddf40" }, "data": ["98447d3a-4b42-11e1-a6ae-0023ae8ddf40"] } Related Operations |