Skip to main content
Version: Latest

Check the progress of the project.

Project export deals with how to synthesize new images by sending api requests in JSON format.


1. API endpoint

https://aistudios.com/api/odin/editor/progress/${key}

2. Response parameters

keydesctype
progressProgressFloat
videoUrlThe path of the video path.String

3. Sample Request

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