Skip to main content
POST
Video Started

Headers

magic-hour-event-signature
string
required

A signatured created with the webhook secret key and a signed_payload, using HMAC with SHA-256

Example:

"3e771b50c..."

magic-hour-event-timestamp
string
required

Time in seconds since the epoch. Use this value to check whether the request is within a reasonable window of the current time. Usually less than 5 minutes.

Example:

"1730742038"

Body

application/json

Body

type
enum<string>
required
Available options:
video.started
payload
object
required

Success

Response

Success

Success

message
string
required
Example:

"Success message from your endpoint"