v1
latestOpenAPI 3.0.02026-07-26213850.5 KBclip-project
enterprise
post/api/clip-projects
Request body
Example request
{
"videoUrl": "https://www.youtube.com/watch?v=LXvv6CbGg8A",
"conclusionActions": [
{
"type": "EMAIL",
"notifyFailure": true,
"email": "opusclip@opus.pro"
}
],
"curationPref": {
"clipDurations": [
[
0,
30
],
[
30,
60
],
[
60,
90
],
[
90,
180
]
],
"topicKeywords": [
"Fancy Words"
],
"range": {
"startSec": 106,
"endSec": 204
}
},
"importPref": {
"sourceLang": "en"
},
"brandTemplateId": "preset-fancy-Karaoke"
}Response
Example response
{
"id": "P0000000demo",
"userId": "google-oauth2|100000000000000000001",
"orgId": "org_Example00000001",
"projectId": "P0000000demo",
"sourcePlatform": "YOUTUBE",
"sourceId": "YT_tEXaoozFRes",
"labels": [],
"productTier": "PRO",
"stage": "QUEUED",
"model": "ClipBasic",
"curationPref": {
"clipDurations": [
[
0,
30
],
[
30,
60
],
[
60,
90
],
[
90,
180
]
],
"topicKeywords": [
"Fancy Words"
],
"range": {
"startSec": 106,
"endSec": 204
}
},
"storageStatus": "TEMPORARY",
"storageExpireAt": "2024-12-19T08:17:42.832Z",
"renderPref": {
"enableScreenLayout": true,
"enableCrop": true,
"enableCaption": true,
"enableUppercase": true,
"enableHighlight": true,
"enableEmoji": true,
"enableSplitLayout": true,
"enableThreeLayout": true,
"enableFourLayout": true,
"fitLayoutCropRatio": "4:3",
"font": {
"color": "#ffffff",
"style": [
"900"
],
"family": "Komika-axis",
"stroke": {
"enabled": true,
"color": "#000000FF",
"width": 16
},
"shadow": {
"enabled": true,
"color": "#FFFFFFFF",
"x": 2,
"y": 2,
"blur": 16
},
"id": "font123",
"type": "CustomizedFont",
"name": "Arial",
"path": "/fonts/arial.ttf",
"size": "Large",
"numericalSize": 50,
"textDecoration": "underline"
},
"highlightColor": {
"primary": "#ff0000",
"secondary": "#00ff00"
}
},
"createdAt": "2024-11-19T08:17:42.832Z",
"updatedAt": "2024-11-19T08:17:42.860Z",
"clusterJobId": "FP.P0000000demo:20241119081742853.FP",
"cluster": "gold",
"importPref": {
"sourceLang": "en"
},
"visibility": "DEFAULT",
"permissions": [
"PROJECT_SHARE",
"PROJECT_EDIT",
"PROJECT_VIEW"
],
"promptRecommendations": [
"Foo",
"Boo"
]
}