api/Cobalt: add Download video and tunnel configurations

This commit is contained in:
Ryan-Zayne 2025-03-22 12:23:44 +01:00
parent 0a7cf7580c
commit f3d7a84890
3 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,27 @@
meta {
name: Download video
type: http
seq: 2
}
post {
url: http://localhost:9000/
body: json
auth: bearer
}
headers {
Accept: application/json
Content-Type: application/json
}
auth:bearer {
token: cb316fd0859c022fbfbd1aac02b60dc36d3e852231391343f6346e504d51aab1a81cca
}
body:json {
{
"url": "https://vm.tiktok.com/ZMBBVRkLj/",
"videoQuality": "360"
}
}

View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": ".bruno-(cobalt)",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@ -0,0 +1,19 @@
meta {
name: tunnel
type: http
seq: 3
}
get {
url: http://localhost:9000/tunnel?id=oC85jj3UCBu664zWZwfmy&exp=1742642465963&sig=e7gFvtNAYUkXHQ167g27AyIbjfj02o9skGgV3tMso4s&sec=bL046Q81ZBu_nn_8ZuqHXvp_UzxYyyu9pXlT2G_wFzQ&iv=BxW2ssNMug4DttKG3Zz5qw
body: none
auth: none
}
params:query {
id: oC85jj3UCBu664zWZwfmy
exp: 1742642465963
sig: e7gFvtNAYUkXHQ167g27AyIbjfj02o9skGgV3tMso4s
sec: bL046Q81ZBu_nn_8ZuqHXvp_UzxYyyu9pXlT2G_wFzQ
iv: BxW2ssNMug4DttKG3Zz5qw
}