Create or Update Video Meta Data
Developing
POST
/projects/{projId}/videos/{videoId}/metadata
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/videos/aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778/metadata' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "Author",
"value": "Sk Shahriar Ahmed Raka"
},
{
"key": "Format",
"value": "mp4"
}
]
// if you want to set it empty
// []'
Response Response Example
200 - OK - Example 1
{}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
videoId
stringÂ
required
Example:
aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01