cURL
curl --request POST \ --url https://api.youka.io/api/v1/projects/{projectId}/exports/local \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resolution": "1080p", "quality": "average", "transparent": false, "stemVolumes": {}, "playbackRate": 2.05, "toneFrequency": 1.005, "presetId": "<string>", "settingsOverride": { "displayLanguages": [ "<string>" ] } } '
{ "serveUrl": "<string>", "compositionId": "<string>", "compositionProps": {}, "durationInSeconds": 123, "aspectRatio": "16:9", "resolution": "540p", "quality": "low", "transparent": true, "watermarked": true, "title": "<string>", "artists": [ "<string>" ], "filename": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
540p
720p
1080p
low
average
high
Show child attributes
0.1 <= x <= 4
0.01 <= x <= 2
Resolved local export payload
1
16:9
9:16
4:3
1:1
이 페이지가 도움이 되었나요?