Warning, /multimedia/kdenlive/data/resourceproviders/pexels_video.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "Pexels Video",
0003     "homepage": "https://pexels.com",
0004     "type": "video",
0005     "integration": "buildin",
0006     "clientkey":"%pexels_apikey%",
0007     "api": {
0008         "root": "https://api.pexels.com/videos",
0009         "search": {
0010             "req": {
0011                 "path": "/search",
0012                 "method": "GET",
0013                 "header": [
0014                     { "key": "Authorization", "value": "%clientkey%" }
0015                 ],
0016                 "params": [
0017                     { "key": "locale", "value": "%shortlocale%" },
0018                     { "key": "per_page", "value": "%perpage%" },
0019                     { "key": "page", "value": "%pagenum%" },
0020                     { "key": "query", "value": "%query%" }
0021                 ]
0022             },
0023             "res": {
0024                 "format": "json",
0025                 "resultCount":"total_results",
0026                 "list":"videos",
0027                 "id":"id",
0028                 "url":"url",
0029                 "licenseUrl":"$https://www.pexels.com/license/",
0030                 "author": "user.name",
0031                 "authorUrl": "user.url",
0032                 "width": "width",
0033                 "height": "height",
0034                 "duration": "duration",
0035                 "imageUrl": "image",
0036                 "downloadUrls": { "key": "video_files", "url":"link", "name":"${quality} {width}x{height}"}
0037             }
0038         }
0039     }
0040 }