Trigger the export of a completed project to a video file.
Returns a projectId and editId that can be used to poll the export status.
Prerequisites: The project must have completed enhancement before exporting. Check enhancement status with GET /auth/project/{projectId}/edit/status/enhance.
Security
ShuffllApiKey
- Mock serverhttps://api-docs.shuffll.com/_mock/apis/auth/project/{projectId}/edit/export
- https://api.shuffll.com/api/v1https://api.shuffll.com/api/v1/auth/project/{projectId}/edit/export
curl -i -X POST \
https://api-docs.shuffll.com/_mock/apis/auth/project/dad4bce8-f5cb-4078-a211-995864315e39/edit/export \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "projectId": "3be6453c-03eb-4357-ae5a-984a0e574a54", "editId": "2f14374a-9c65-4ee5-94b7-fba66d893483" }