{
"id": "evt_91",
"object": "event",
"created": 123,
"data": {
"object": {
"id": "sess_18234",
"object": "session",
"created": 1756224000,
"group": "grp_412",
"source": {
"url": "<string>"
},
"metadata": {},
"run_version": 123,
"duration_seconds": 5412,
"cost_cents": 752,
"totals": {
"points": 123,
"fg_2pt_att": 123,
"fg_2pt_make": 123,
"fg_3pt_att": 123,
"fg_3pt_make": 123,
"ft_att": 123,
"ft_make": 123,
"assist": 123,
"rebound": 123
},
"video": {
"url": "<string>",
"preview_url": "<string>",
"1080p": "<string>",
"720p": "<string>",
"360p": "<string>",
"width": 123,
"height": 123,
"fps": 123
},
"artifacts": {
"actions": "<string>",
"balls": "<string>",
"hoops": "<string>",
"clusters": "<string>"
},
"error": {
"message": "<string>"
}
}
}
}API Reference
Sessionfailed
Sent when processing fails. data.object.error.code says why; the credit hold is voided, nothing is charged.
WEBHOOK
session.failed
{
"id": "evt_91",
"object": "event",
"created": 123,
"data": {
"object": {
"id": "sess_18234",
"object": "session",
"created": 1756224000,
"group": "grp_412",
"source": {
"url": "<string>"
},
"metadata": {},
"run_version": 123,
"duration_seconds": 5412,
"cost_cents": 752,
"totals": {
"points": 123,
"fg_2pt_att": 123,
"fg_2pt_make": 123,
"fg_3pt_att": 123,
"fg_3pt_make": 123,
"ft_att": 123,
"ft_make": 123,
"assist": 123,
"rebound": 123
},
"video": {
"url": "<string>",
"preview_url": "<string>",
"1080p": "<string>",
"720p": "<string>",
"360p": "<string>",
"width": 123,
"height": 123,
"fps": 123
},
"artifacts": {
"actions": "<string>",
"balls": "<string>",
"hoops": "<string>",
"clusters": "<string>"
},
"error": {
"message": "<string>"
}
}
}
}Authorizations
API key issued by Hooper for your organization. Keys are environment-tagged: hk_prod_ keys work against production, hk_stg_ keys against staging.
Body
application/json
Response
200
Acknowledged