POST
/
exports
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
}'
{
  "id": "<string>"
}

Body

application/json

Response

200 - application/json

Export Response

The response is of type object.