Submits a livestream to the archiving queue
Submits a livestream to the archiving queue
POST /submit
curl \
-X POST https://pomu.app/api/submit \
-H "Content-Type: application/json" \
-d '{"videoUrl":"string","quality":42}'
Request example
{
"videoUrl": "string",
"quality": 42
}
Request examples
{
"videoUrl": "string",
"quality": 42
}
Response examples (200)
{
"id": "string",
"submitters": [
"string"
],
"scheduledStart": "2023-05-04T09:42:00+00:00",
"finished": true,
"title": "string",
"channelName": "string",
"channelId": "string",
"thumbnail": "string",
"downloadUrl": "string",
"fileSizeBytes": 42,
"length": 42
}
Response examples (200)
{
"id": "string",
"submitters": [
"string"
],
"scheduledStart": "2024-05-04T09:42:00+00:00",
"finished": true,
"title": "string",
"channelName": "string",
"channelId": "string",
"thumbnail": "string",
"downloadUrl": "string",
"fileSizeBytes": 42,
"length": 42
}