Link to videos
Get video result
API Documentation
Link to videos
Links
Lipsyncs
Lipsyncs v2
Text to Speech
AI Shorts
AI Editing
Custom Templates
Avatar
Workspace
Link to videos
Get video result
Mixin to provide a reusable list
method for filtering and paginating queryset results.
GET
/
api
/
link_to_videos
/
{id}
curl --request GET \
--url https://api.creatify.ai/api/link_to_videos/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"target_platform": "<string>",
"target_audience": "<string>",
"language": "ar",
"video_length": 15,
"aspect_ratio": "16x9",
"script_style": "BenefitsV2",
"visual_style": "AvatarBubbleTemplate",
"override_avatar": "<string>",
"override_voice": "<string>",
"override_script": "<string>",
"background_music_url": "<string>",
"background_music_volume": 0.5,
"voiceover_volume": 0.5,
"webhook_url": "<string>",
"link": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"media_job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"failed_reason": "<string>",
"is_hidden": true,
"video_output": "<string>",
"video_thumbnail": "<string>",
"credits_used": 123,
"progress": "<string>",
"no_background_music": true,
"no_caption": true,
"no_emotion": true,
"no_cta": true,
"no_stock_broll": true,
"preview": "<string>",
"previews": [
{
"media_job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"visual_style": "AvatarBubbleTemplate",
"url": "<string>"
}
],
"caption_style": "normal-black",
"caption_offset_x": "<string>",
"caption_offset_y": "<string>",
"caption_setting": {
"style": "normal-black",
"offset": {
"x": 0,
"y": 0.4
},
"font_family": "Montserrat",
"font_size": 123,
"font_style": "font-bold",
"background_color": "<string>",
"text_color": "<string>",
"highlight_text_color": "<string>",
"max_width": 123,
"line_height": 123,
"text_shadow": "<string>",
"hidden": false
},
"visual_styles": [
"AvatarBubbleTemplate"
]
}
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Path Parameters
A UUID string identifying this Link to Video.
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url https://api.creatify.ai/api/link_to_videos/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"target_platform": "<string>",
"target_audience": "<string>",
"language": "ar",
"video_length": 15,
"aspect_ratio": "16x9",
"script_style": "BenefitsV2",
"visual_style": "AvatarBubbleTemplate",
"override_avatar": "<string>",
"override_voice": "<string>",
"override_script": "<string>",
"background_music_url": "<string>",
"background_music_volume": 0.5,
"voiceover_volume": 0.5,
"webhook_url": "<string>",
"link": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"media_job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"failed_reason": "<string>",
"is_hidden": true,
"video_output": "<string>",
"video_thumbnail": "<string>",
"credits_used": 123,
"progress": "<string>",
"no_background_music": true,
"no_caption": true,
"no_emotion": true,
"no_cta": true,
"no_stock_broll": true,
"preview": "<string>",
"previews": [
{
"media_job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"visual_style": "AvatarBubbleTemplate",
"url": "<string>"
}
],
"caption_style": "normal-black",
"caption_offset_x": "<string>",
"caption_offset_y": "<string>",
"caption_setting": {
"style": "normal-black",
"offset": {
"x": 0,
"y": 0.4
},
"font_family": "Montserrat",
"font_size": 123,
"font_style": "font-bold",
"background_color": "<string>",
"text_color": "<string>",
"highlight_text_color": "<string>",
"max_width": 123,
"line_height": 123,
"text_shadow": "<string>",
"hidden": false
},
"visual_styles": [
"AvatarBubbleTemplate"
]
}