-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_requests.json
More file actions
37 lines (35 loc) · 911 Bytes
/
example_requests.json
File metadata and controls
37 lines (35 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"id": "video-task-124",
"type": "compress-video",
"userId": "user-456",
"payload": {
"videoUrl": "https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_2mb.mp4",
"format": "mp4",
"bitrate": "900k",
"preset": "fast"
},
"createdAt": "2025-07-29T11:00:00Z",
"traceId": "trace-abc-781"
},
{
"id": "abcd1234-5678-9012-efgh-3456ijkl7890",
"type": "resize-image",
"userId": "test-user",
"traceId": "trace-001",
"createdAt": "2025-07-15T12:00:00Z",
"payload": {
"imageUrl": "https://images.unsplash.com/photo-1522202176988-66273c2fd55f",
"width": 400,
"height": 300
}
},
{
"type": "generate-pdf",
"userId": "test-user",
"payload": {
"url": "https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html"
},
"createdAt": "2025-07-03T12:00:00Z"
}
]