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
- 200
- 404
- default
Probe Part
Error message returned if the requested entity does not exist.
A generic error message.