Create watermark groups

Used to create watermark group properties

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To create watermark group properties, you can make a POST request to the endpoint provided (https://api-v2.pandavideo.com.br/drm/videos). This allows you to define the properties of the watermark that will be linked to your selected videos.

Request Body Parameters

ParameterTypeDescription
namestringDefine a name for the watermark linked to your selected videos.
video_idsarray[string]Specify the video IDs to associate with the watermark group.
folder_idsarray[string]Specify the folder IDs to associate with the watermark group.
percent_tsfloatSet a percentage of the desired watermark for your video. The range is from 0 to 1.
font-familystringChoose the font family for the watermark. Available fonts: fredoka-regular, arial, helvetica, times-new-roman, and times.
font-colorstringSpecify the font color for the watermark (e.g., "white").
font-sizestringSet the font size for the watermark (e.g., "22").
box-colorstringSpecify the color for the watermark box (e.g., "#4874F1").
box-opacitystringSet the opacity of the watermark box. The value should be between 0 and 1.
📘

Responses

  • 200: Success. The watermark group has been successfully created.
  • 400: Bad request. Check the request parameters or syntax.
  • 404: Not found. The endpoint or resource could not be found.
  • 500: Internal server error. There was an error processing the request.

By making a POST request to this endpoint and providing the necessary parameters in the request body, you can create watermark group properties for your videos.

Recipes

The Recipes section provides a collection of code examples and sample implementations to help you understand and use the API effectively. Each recipe includes commented code that explains the purpose and functionality of each line. You can refer to these recipes as a guide to implement specific features or interact with the API endpoints.

See the recipes below:

Body Params
string

Define a name for the watermark linked to your selected videos

video_ids
array of strings
video_ids
folder_ids
array of strings
folder_ids
float

Set a percentage of the desired watermark for your video. Range from 0 to 1.

string
Defaults to fredoka-regular

Fonts available: fredoka-regular, arial, helvetica, times-new-roman and times

string
Defaults to white
string
Defaults to 22
string
Defaults to #4874F1
string
Defaults to 0.5

Between 0 and 1

boolean
Defaults to false

Active true the videos will be blocked without using the signed url

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json