# Start a new video import Starts an asynchronous video import using the metadata ID returned by the inspector endpoint. Endpoint: POST /transfers/new Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `id` (string, required) Metadata ID returned from inspector Example: "tup_eK9_VlyyRnLr" - `zone` (string, required) Processing or storage zone Example: "zn_35hk0gxy_pr" - `videoName` (string, required) Display name for the imported video Example: "how-to-stream-custom-rtmp.mov" ## Response 200 fields (application/json): - `transferId` (string) Example: "tr_92aFxxQ" - `status` (string) Example: "queued" ## Response 400 fields (application/json): - `message` (string) Example: "Invalid request" ## Response 401 fields (application/json): - `message` (string) Example: "Invalid request"