Start a presigned video upload
Start a multipart video upload (.mp4/.mov, ≤150MB). The client PUTs the
file to the returned presigned part URLs in part_size_bytes chunks — the
bytes go straight to S3, never through this API — then calls
/ingest/video/complete with the collected ETags. Nothing is ingested
until complete verifies the object and publishes the event.
Authorizations
Pass your pk_live_... API key as a Bearer token.
Path Parameters
Body
Response
Successful Response
external_id the resulting event will carry; pass back on complete.
S3 multipart upload id; pass back on complete.
S3 key the video will land at.
Upload the file in consecutive chunks of this size (last part may be smaller).
Presigned PUT URLs, one per part, in part order. Collect each response's ETag.
Validity window of the presigned URLs.