Skip to main content
Version: Latest

Check the progress of the project.

Progress describes how to check the composite progress through the project ID generated after the project export operation.


1. API endpoint

https://app.deepbrain.io/api/odin/v3/editor/progress/${key}

2. Response parameters

keydesctype
progressProgress between 0.00 ~ 100.Float
downloadUrlThe path of the download url of the video.String

3. Sample Request

curl https://app.deepbrain.io/api/odin/v3/editor/progress/${project key}  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X GET