responsibleapi.com Open in urlscan Pro
2606:4700:3034::6815:17bb  Public Scan

Submitted URL: http://responsibleapi.com/
Effective URL: https://responsibleapi.com/
Submission: On January 01 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
›



info {
title "yanic"
version "1.0.0"
}


// defined in an external lib. yt-dlp for python, manually for kotlin
external "YtDlInfo"
external "YtDlOpts"


struct "InfoReq" {
url "httpURL"
opts "YtDlOpts"
}


struct "DownloadReq" {
info "YtDlInfo"
opts "YtDlOpts"
}


scope {
req {
mime "application/json"
}


res {
mime "application/json"


header "Content-Length" "int32" minimum=1


"400" "text/plain" "string" minLength=1
"422" "text/plain" "string" minLength=1
}
}


POST "/info" {
req "InfoReq"
res {
"200" "YtDlInfo"
}
}


POST "/download" {
req "DownloadReq"
res {
"200" "unknown"
}
}




9
1
2
3
4
5
6
7
8
9
›
⌄
⌄
{
"openapi": "3.0.1",
"info": {
"title": "",
"version": ""
},
"paths": {}
}