본문으로 건너뛰기
버전: 1.4.x

프로젝트 진행률 확인하기

프로젝트 진행률 확인하기는 프로젝트 내보내기 작업 이후 생성된 프로젝트 아이디를 통해 합성 진행률을 확인하는 방법을 다룹니다.


1. API endpoint

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

2. Response parameters

keydesctype
progress합성 진행률Float
downloadUrl합성완료된 비디오의 다운로드 URLString

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