v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-28124212862.9 KB

postWebhookrobots.job.moderate.errored

Payload

type'robots.job.moderate.errored' required

Type for the webhook event

idstring required

Unique identifier for the event

created_atstring date-time required

Time the event was created

request_idstring nullable
accessorstring nullable
accessor_sourcestring nullable

Example payload

{
  "created_at": "2022-01-01T00:00:00.000000Z",
  "attempts": [
    {
      "created_at": "2022-01-01T00:00:00.000000Z"
    }
  ],
  "data": {
    "parameters": {
      "asset_id": "mux_asset_123abc",
      "thresholds": {
        "sexual": 0.7,
        "violence": 0.8
      }
    },
    "outputs": {
      "thumbnail_scores": [
        {
          "time": 0,
          "sexual": 0.01,
          "violence": 0.02
        },
        {
          "time": 30,
          "sexual": 0.03,
          "violence": 0.15
        },
        {
          "time": 60,
          "sexual": 0.02,
          "violence": 0.05
        }
      ],
      "max_scores": {
        "sexual": 0.03,
        "violence": 0.15
      },
      "exceeds_threshold": false
    },
    "resources": {
      "assets": [
        {
          "id": "abc123asset",
          "meta": {
            "title": "My Video",
            "creator_id": "user123",
            "external_id": "ext456"
          },
          "_links": {
            "self": {
              "href": "https://api.mux.com/video/v1/assets/abc123asset"
            }
          }
        }
      ]
    }
  }
}

Response

Return a 200 to indicate that the data was received successfully