Upload a video file to Google Cloud Storage and create a clip project using the Opus API.
<API_KEY>
with your valid API token.<url_from_previous_step>
with the url
received from Step 1location
header in the response which contains the resumable upload URL--upload-file
option with your actual video file (e.g., test.mp4
).
<location>
with the location
URL from Step 2 response headers.<uploadId>
with the ID returned in Step 1"YOUR_TITLE"
with your desired clip project titleGenerate Upload Link
url
and uploadId
from the upload-links endpointStart Resumable Session
location
from response headers using the url
from Step 1Upload Video File
location
from Step 2Create Clip Project
uploadId
from Step 1