Skip to content

Commit b0d725b

Browse files
committed
add webhook success
1 parent 7d843db commit b0d725b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"job": {
3+
"id": "12345678-1234-1234-1234-123456789ABC",
4+
"model_id": "87654321-4321-4321-4321-CBA987654321",
5+
"filename": "default_sample.jpg",
6+
"alias": "dummy-alias.jpg",
7+
"created_at": "2026-04-20T18:27:58.974451",
8+
"status": "Processed",
9+
"polling_url": "https://api-v2.mindee.net/v2/jobs/12345678-1234-1234-1234-123456789ABC",
10+
"result_url": "https://api-v2.mindee.net/v2/inferences/12345678-1234-1234-1234-123456789ABC",
11+
"webhooks": [
12+
{
13+
"id": "87654321-4321-4321-4321-123456789ABC",
14+
"created_at": "2026-04-20T18:29:41.978951",
15+
"status": "Processed",
16+
"error": null
17+
}
18+
],
19+
"error": null
20+
}
21+
}

0 commit comments

Comments
 (0)