LowCodeAPI
  • Video embeddings(3)
    • POST
      Create a video embedding task
    • GET
      Retrieve the status of a video embedding task
    • GET
      Retrieve video embeddings
GET
POST
GET
GET
POST
https://api.lowcodeapi.com/twelvelabs/v1.2/embed/tasks
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
engine_namestring*
The name of the engine you want to use
video_filearray
Specify this parameter to upload a video from your local file system
video_urlstring
Specify this parameter to upload a video from a publicly accessible URL
video_start_offset_secnumber
The start offset in seconds from the beginning of the video where processing should begin
video_end_offset_secnumber
The end offset in seconds from the beginning of the video where processing should stop
video_clip_lengthnumber
The desired duration in seconds for each clip for which the platform generates an embedding
video_embedding_scopestring
Defines the scope of the video embedding generation
Response
API response data will be shown here once the request is completed.
Twelve Labs