v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
List Sources
This endpoint list image sources which are assigned to the user or token.
get/image/sources
Response
200
Example response
{
"all_sources": [
{
"id": "646df1c9173a4a2fcac180b4",
"name": "collection_name",
"type": "aws",
"created_at": "2023-05-24T11:15:21.624Z",
"updated_at": "2024-01-24T11:57:48.744Z",
"video_protection": {
"signed_url": true,
"signed_url_secret": "47a3e2fbb1318f033b882c632bc103a8"
},
"player_config": {
"player_color": "#6658ea",
"include_seo": true,
"logo_width": 100,
"logo_height": 100,
"watermark_font_size": 20,
"watermark_font_color": "#ff0000",
"watermark_bg_color": "transparent",
"watermark_interval": 1000
},
"default_profile_id": "646df1c9173a4a2fcac180b7",
"insight_property_id": "646df0aa173a4a2fcac18009",
"aws": {
"bucket_name": "asd",
"bucket_region": "ap-south-1",
"access_key": "Code@123",
"secret": "****************"
},
"embed_details": {
"logo_width": 100,
"logo_height": 100,
"player_color": "#6658ea",
"is_seo": true,
"watermark_bg_color": "transparent",
"watermark_font_color": "#ff0000",
"watermark_font_size": 20,
"watermark_interval": 1000
},
"folders": [
"folder"
],
"channel_settings": {
"title": "my channel",
"description": "desc",
"privacy_type": "private",
"custom_logo": true,
"logo_url": "https://dev-video.gumlet.io/646df1c9172a4a2fcac180b4/channel/logo.png",
"cname": [
"okj.com"
],
"temp_cname": [
"okj.com"
]
}
}
]
}