Get Download Url
Resolve the download URL for a content UUID, live-stream UUID, or Mux playback ID (see _resolve_content). Declared str rather than UUID so playback IDs reach the handler; unrecognised identifiers 404 here instead of being rejected as 400 by request validation.
get/v1/content/{content_id}/download-url
Path parameters
content_idstring required
Query parameters
variantstring nullable
Response
Successful Response
{"stackTrail":"paths:/v1/content/{content_id}/download-url:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 6 revisions of this API.1
- ○
for the
pathrequest parametercontent_id, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ○