cURL
curl --request POST \ --url https://api-prod.nomadicml.com/api/live/session/{session_id}/signed-manifest \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "expires_at": "<string>", "method": "GET" }
Create a short-lived signed URL for a live session HLS manifest.
Documentation IndexFetch the complete documentation index at: https://docs.nomadicml.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <NOMADIC_API_KEY>.
Authorization: Bearer <NOMADIC_API_KEY>
Live session identifier.
Successful response.
Was this page helpful?