UDL's Live Render Endpoint

GET /api/stream

Endpoint for real-time rendering/streaming. Parameters are opaque to the client. Stream URLs expire after 90 seconds.

Query parameters

  • t string Required

    A unique stream ID, obtained from /api/json

  • h string Required

    A hash containing user metadata

  • e integer Required

    Unix timestamp of the expiration time of the stream URL

Responses

GET /api/stream
curl \
 -X GET https://udl.rocord.dev/api/stream?t=string&h=string&e=42