Skip to main content

Probe Part Hash

POST 

/qlibs/:qlibid/q/:qhit/rep/ffprobeStreamJson

Probes a part hash and content id to determine stream media format. Call with JSON body:


{
Qid: "objectID or writeToken",
Phash: "part hash"
}

Example Curl:


curl -X POST "https://${URL}/qlibs/${LIB}/q/${QID}/rep/ffprobeStreamJson?authorization=${TOKEN}"
-H 'Content-Type: application/json'
-d '{"probePartHash","objectID"}'

Request

Responses

Probe Part