Request Body
File name of the artifact being uploaded. Can handle files up to 5GB.
Type of artifact being uploaded. Must be one of:
video
, audio
, or subtitles
.Response
Unique identifier for the created artifact.
Presigned URL for uploading the entire file.
ISO timestamp when the upload URL expires.
Upload the file
After receiving the response with the presigned URL, upload your file using a PUT request:The upload URL is valid only for the specified time in the
expiresAt
field.
Make sure to complete your upload before this time expires.