{ "opencollection": "1.0.0", "info": { "name": "ShortKit Ad Configuration Live Streams API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Live Streams", "type": "folder" }, "items": [ { "info": { "name": "List Live Streams", "type": "http" }, "http": { "method": "GET", "url": "https://api.shortkit.dev/v1/live-streams" }, "docs": "List Live Streams" }, { "info": { "name": "Create Live Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.shortkit.dev/v1/live-streams", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a ready-to-use RTMPS broadcast URL and stream key (shown once)." }, { "info": { "name": "Get Live Stream Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.shortkit.dev/v1/live-streams/status" }, "docs": "Get Live Stream Status" }, { "info": { "name": "Get Live Stream", "type": "http" }, "http": { "method": "GET", "url": "https://api.shortkit.dev/v1/live-streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Live Stream" }, { "info": { "name": "Delete Live Stream", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shortkit.dev/v1/live-streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Live Stream" }, { "info": { "name": "End Live Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.shortkit.dev/v1/live-streams/:id/end", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "End Live Stream" }, { "info": { "name": "Create Clips", "type": "http" }, "http": { "method": "POST", "url": "https://api.shortkit.dev/v1/live-streams/:id/clips", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Clips" } ] } ], "bundled": true }