cURL
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>"
Generate periodic narrative summaries via SSE streaming
Get your API key at console.machinefi.com
YouTube Live URL to summarize
"https://www.youtube.com/watch?v=jfKfPfyJRdk"
SSE stream started
The response is of type string.
string