Per-netloc decoder path cache (DECODE-2)
GET
/api/v1/health/decoder/path-cache
const url = 'http://localhost:8080/api/v1/health/decoder/path-cache';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/health/decoder/path-cacheReturns the in-memory snapshot of the persistent video-info POST path cache. Hydrated from kodik_decoder_path_cache on startup; updated on every successful decode that resolves a fresh netloc.
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties