Initialize Multipart Upload
Start a multipart upload session for a large video. Vidinfra validates the file type and returns an uploadId for the client to upload chunks directly to S3.
Documentation Index
Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the library.
Body
The original name of the file being uploaded, including its extension (e.g., 'video.mp4').
MIME type of the file (e.g., 'video/mp4', 'image/jpeg'). Used to validate and assign proper upload handling.
Additional metadata to associate the uploaded file with a specific library, folder, or tagging context.
Response
The response is of type object.