Video
Export Video
POST
/
exports
Copy
curl --request POST \
--url https://blendduck.com/api/v1/exports \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"fps": "30",
"resolution": "720p",
"quality": "medium",
"isPublic": false
}'
Copy
{
"id": "<string>"
}
Body
application/json
Response
200 - application/json
Export Response
The response is of type object
.
Copy
curl --request POST \
--url https://blendduck.com/api/v1/exports \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"fps": "30",
"resolution": "720p",
"quality": "medium",
"isPublic": false
}'
Copy
{
"id": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.