postWebhookrobots.job.ask_questions.processing
Payload
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",
"questions": [
{
"question": "How many people are speaking on camera?",
"answer_options": [
"one",
"two",
"three or more"
]
}
]
},
"outputs": {
"answers": [
{
"question": "Is there a person speaking on camera?",
"answer": "yes",
"confidence": 0.95,
"reasoning": "A person is clearly visible speaking directly to the camera throughout the video.",
"skipped": 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