Skip to main content
POST
/
live-digest
Live Digest
curl --request POST \
  --url https://trio.machinefi.com/api/live-digest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stream_url": "https://www.youtube.com/watch?v=jfKfPfyJRdk"
}
'
"<string>"

Authorizations

Authorization
string
header
required

Get your API key at console.machinefi.com

Body

application/json
stream_url
string
required

YouTube Live URL to summarize

Example:

"https://www.youtube.com/watch?v=jfKfPfyJRdk"

Response

200 - text/event-stream

SSE stream started

The response is of type string.