PLAYGROUND
Get Clips
ENDPOINTS
- Projects
- BrandTemplates
- Clips
- Collections
PLAYGROUND
Get Clips
Retrieve a list of clips for a specific project.
GET
/
api
/
exportable-clips
curl --request GET \
--url https://api.opus.pro/api/exportable-clips \
--header 'Authorization: Bearer <token>'
[
{
"id": "Q1111307CTmI.CU67da38",
"projectId": "Q1111307CTmI",
"runId": "20241113071229217.FP",
"curationId": "CU67da38",
"orgId": "org_G5vEaJsd4111",
"userId": "google-oauth2|106053850538038134300",
"uriForPreview": "https://ext.cdn.opus.pro/media/org_G5vEaJsd4111/google-oauth2|106053850538038134000/Q1111307CTmI/c.CU67da38/esd.mp4?v=1731482302577650",
"uriForExport": "https://ext.cdn.opus.pro/media/org_G5vEaJsd4111/google-oauth2|106053850538038134000/Q1111307CTmI/c.CU67da38/ehd.mp4?v=1731482302564330",
"storageUsed": 15537888,
"durationMs": 19478,
"timeRanges": [
[
192170,
211630
]
],
"keywords": [
"Q&A"
],
"promptName": "Q&A",
"title": "Connect Through Passion: The Power of Ensemble Performance",
"description": "Experience the magic of live performance as our talented cellist captivates the audience with her passionate playing. Witness the seamless coordination of the ensemble in a breathtaking display of musical artistry that will leave you inspired!",
"hashtags": "#ClassicalMusic #CelloPerformance #EnsembleMusic #LiveConcert #MusicPassion #CoordinatedPerformance #MusicalArtistry #Cellist #AudienceEngagement #StageMagic",
"text": "Clip text content",
"genre": "Auto",
"subgenre": "general",
"createdAt": "2024-11-13T07:18:22.811Z",
"updatedAt": "2024-11-13T07:18:22.811Z",
"clipCopilotTaskId": "taskid",
"productTier": "PRO",
"renderPref": {
"enableAutoLayout": false,
"enableFillLayout": false,
"enableFitLayout": false,
"fitLayoutCropRatio": "4:3",
"enableSplitLayout": true,
"enableThreeLayout": true,
"enableFourLayout": true,
"enableScreenLayout": true,
"enableVisualHook": false,
"enableWatermark": false,
"enableCrop": true,
"enableCaption": true,
"enableUppercase": true,
"enableHighlight": true,
"enableEmoji": true,
"font": {
"color": "#ffffff",
"style": [
"900"
],
"family": "Komika-axis",
"stroke": {
"enabled": false,
"color": "#000000FF",
"width": 16
},
"shadow": {
"enabled": true,
"color": "#FFFFFFFF",
"x": 2,
"y": 2,
"blur": 16
}
},
"highlightColor": {
"primary": "#04f827",
"secondary": "#FFFD03"
}
}
}
]
👆Use above tools to generate API request code snippets.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Query type
Available options:
findByCollectionId
, findByProjectId
Example:
"findByProjectId"
Project ID, required when q=findByProjectId
Example:
"Q20107035eDq"
Collection ID, required when q=findByCollectionId
Example:
"xmAwhhFi0IJt"
Page Num, started with 1
Example:
1
Page Size
Example:
10
Response
200 - application/json
Successfully retrieved exportable clips
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.opus.pro/api/exportable-clips \
--header 'Authorization: Bearer <token>'
[
{
"id": "Q1111307CTmI.CU67da38",
"projectId": "Q1111307CTmI",
"runId": "20241113071229217.FP",
"curationId": "CU67da38",
"orgId": "org_G5vEaJsd4111",
"userId": "google-oauth2|106053850538038134300",
"uriForPreview": "https://ext.cdn.opus.pro/media/org_G5vEaJsd4111/google-oauth2|106053850538038134000/Q1111307CTmI/c.CU67da38/esd.mp4?v=1731482302577650",
"uriForExport": "https://ext.cdn.opus.pro/media/org_G5vEaJsd4111/google-oauth2|106053850538038134000/Q1111307CTmI/c.CU67da38/ehd.mp4?v=1731482302564330",
"storageUsed": 15537888,
"durationMs": 19478,
"timeRanges": [
[
192170,
211630
]
],
"keywords": [
"Q&A"
],
"promptName": "Q&A",
"title": "Connect Through Passion: The Power of Ensemble Performance",
"description": "Experience the magic of live performance as our talented cellist captivates the audience with her passionate playing. Witness the seamless coordination of the ensemble in a breathtaking display of musical artistry that will leave you inspired!",
"hashtags": "#ClassicalMusic #CelloPerformance #EnsembleMusic #LiveConcert #MusicPassion #CoordinatedPerformance #MusicalArtistry #Cellist #AudienceEngagement #StageMagic",
"text": "Clip text content",
"genre": "Auto",
"subgenre": "general",
"createdAt": "2024-11-13T07:18:22.811Z",
"updatedAt": "2024-11-13T07:18:22.811Z",
"clipCopilotTaskId": "taskid",
"productTier": "PRO",
"renderPref": {
"enableAutoLayout": false,
"enableFillLayout": false,
"enableFitLayout": false,
"fitLayoutCropRatio": "4:3",
"enableSplitLayout": true,
"enableThreeLayout": true,
"enableFourLayout": true,
"enableScreenLayout": true,
"enableVisualHook": false,
"enableWatermark": false,
"enableCrop": true,
"enableCaption": true,
"enableUppercase": true,
"enableHighlight": true,
"enableEmoji": true,
"font": {
"color": "#ffffff",
"style": [
"900"
],
"family": "Komika-axis",
"stroke": {
"enabled": false,
"color": "#000000FF",
"width": 16
},
"shadow": {
"enabled": true,
"color": "#FFFFFFFF",
"x": 2,
"y": 2,
"blur": 16
}
},
"highlightColor": {
"primary": "#04f827",
"secondary": "#FFFD03"
}
}
}
]