Skip to main content
Version: Latest

Export project

Export existing video project. Exported project will be ready for download eventually. This API endpoint is intended to send export request to the backend server of the AI Studio backend server. To retrieve its download url, use the get project endpoint or the get-projects endpoint. Video export may take up to 10 minutes depend on its data size (e.g. number of scenes).


1. API endpoint

https://app.deepbrain.io/api/odin/v3/editor/project/export

2. Request parameters

keydesctyperequireddefault
projectIdUnique ObjectId of the video project to be exportedStringtrue-
webhookUrlUrl address where the export result should be sent.Stringfalse-

3. Response parameters

keydesctype
projectIdProject Id - Fetching the video project data that has been exported.String

4. Sample Request

curl https://app.deepbrain.io/api/odin/v3/editor/project/export  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X POST \
-d '{
"projectId":"65fa6b07dca2e367461a2925",
}, '