Embed a Social Media Sticker
This endpoint embeds predefined social media stickers in videos, allowing users to enhance content with popular platform logos to boost engagement and brand visibility.
GEThttps://api.spikes.studio/add-social-media-sticker
Required Parameters
- Name
video_url
- Type
- string
- Description
- The URL of the video for which the sticker will be added.
- Supported Formats: MP4, MOV, AVI, WMV
- Example: "https://example.com/video.mp4"
- Name
sticker
- Type
- string
- Description
- The social media platform sticker to be embedded in the video.
- Options: "TikTok", "Facebook", "Twitter", "YouTube", "Instagram"
- Example: "Facebook"
- Name
social_handle
- Type
- string
- Description
- The user's social media handle that will be displayed alongside the sticker.
- Example: "userhandle"
Optional Parameters
- Name
sticker_size
- Type
- string
- Description
- The size category for the sticker to be displayed in the video.
- Default: "M" (Meduim)
- Options: "S" (Small), "M" (Medium), "L" (Large)
- Name
sticker_position
- Type
- string
- Description
- The position on the video frame where the sticker will be placed.
- Default: "TL" (Top Left)
- Options: "TL" (Top Left), "TR" (Top Right), "BL" (Bottom Left), "BR" (Bottom Right)
Response
- Name
video_url
- Type
- string
- Description
A URL of the video with sticker.
- Name
video_information
- Type
- array
- Description
An array of video information:
- Name
id
- Type
- string
- Description
The unique identifier of the video.
- Name
video_length
- Type
- number
- Description
The length of the video.
- Name
date
- Type
- timestamp
- Description
The date the video was created.
Request
GET
https://api.spikes.studio/add-social-media-sticker https://api.spikes.studio/add-social-media-sticker?video_url=https://example.com/video.mp4&sticker=Facebook&sticker_position=TR&sticker_size=M
Response
{
"video_url": "https://example.com/video_with_sticker.mp4",
"video_information": [
{
"id": "123456",
"video_length": "5 minutes",
"date": "2024-04-15"
}
]
}
Errors
- Name
400 Bad Request
- Description
The request was malformed or missing required parameters.
- Name
401 Unauthorized
- Description
The API key provided was invalid or missing.
- Name
404 Not Found
- Description
The requested resource was not found.
- Name
500 Internal Server Error
- Description
500 Internal Server Error