ADD metadata endpoints + update Bruno

This commit is contained in:
2025-05-20 14:12:12 +02:00
parent a639cfbb0e
commit 9348dd928e
8 changed files with 55 additions and 62 deletions

View File

@@ -1,11 +0,0 @@
meta {
name: Download Input
type: http
seq: 7
}
get {
url: {{base_url}}/api/v1/download/input/{{video_uuid}}
body: none
auth: inherit
}

View File

@@ -1,11 +0,0 @@
meta {
name: Download Output
type: http
seq: 6
}
get {
url: {{base_url}}/api/v1/download/output/{{video_uuid}}
body: none
auth: inherit
}

View File

@@ -1,17 +0,0 @@
meta {
name: Edit
type: http
seq: 3
}
post {
url: {{base_url}}/api/v1/edit/{{video_uuid}}
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
startPoint: 10
endPoint: 30
fileSize: 8000
}

View File

@@ -1,11 +0,0 @@
meta {
name: Process
type: http
seq: 4
}
get {
url: {{base_url}}/api/v1/process/{{video_uuid}}
body: none
auth: inherit
}

View File

@@ -1,11 +0,0 @@
meta {
name: Progress
type: http
seq: 5
}
get {
url: {{base_url}}/api/v1/progress/{{video_uuid}}
body: none
auth: inherit
}