Download all undecoded variants for a content item
POST
/api/v1/download/content/{contentId}
const url = 'http://localhost:8080/api/v1/download/content/1';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url http://localhost:8080/api/v1/download/content/1Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” contentId
required
integer format: int64
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties