Skip to main content
POST
/
api
/
live
/
session
/
{session_id}
/
signed-manifest
Create signed live manifest URL
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Path Parameters

session_id
string
required

Live session identifier.

Response

Successful response.

url
string<uri>
expires_at
string
method
string
default:GET