File Events
File Created
This event is triggered when a file is created in the system.
postWebhookfile.created
Payload
Example payload
{
"id": "event_euyrvozb9302uwhq",
"type": "file.created",
"data": {
"id": "file_euyrvozb9302uwhq",
"name": "generated-file",
"type": "image/png",
"properties": {
"width": 1920,
"height": 1080,
"size": 1024
},
"task_id": "task_euyrvozb9302uwhq"
},
"timestamp": "2023-10-01T12:00:00Z"
}Response
Webhook received successfully