POST
/
v1
/
probe
/
mediastreamvalidator
curl --request POST \
  --url https://api.probe.dev/v1/probe/mediastreamvalidator \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data enable_cli_output=false \
  --data inject_json=true \
  --data parse_playlist_only=true \
  --data queue_timeout=600000 \
  --data timeout=650000 \
  --data 'url=<string>'
{
  "cli_output": null,
  "error": null,
  "metadata": {
    "duration": null,
    "io_usage": null,
    "queue_time": null,
    "request_id": null,
    "usage": null
  },
  "output": "<any>",
  "success": true
}

Authorizations

token
string
query
required

API Key Security

Body

application/x-www-form-urlencoded

Response

200
application/json

OK

The response is of type object.