Search

高度な検索機能。

見逃しなし。

すべてを理解。

必要な瞬間を正確に特定する、超高速かつ文脈理解型の検索結果を提供します。タグに依存しない、マルチモーダル理解の新次元へと導きます。

Illustration
Illustration

Search 01

テキストや画像で検索

自然言語によるクエリや画像を用いて、ペタバイト級の膨大なデータの中から、意味的に関連する瞬間を迅速に特定することが可能です。

Search 01

Search by text or image

Use natural language queries or images to quickly uncover semantically-related moments, even across petabytes of data.

Illustration

Search 02

モダリティを横断して検索

サウンド、発話、テキスト、映像まで、動画内のあらゆる情報にアクセスでき、これまで見えなかった洞察を引き出します。

Search 02

Search across modalities

Sound, speech, text and visuals — make all the information in your video reachable, and find insights previously hidden.

Illustrations

Search 03

ドメイン言語で検索

TwelveLabsの基盤モデルをお客様のビジネス特有のニュアンスに合わせてファインチューニングでき、チームが日常的に使う自然な言語で検索できる環境を実現します。

Search 03

Search in your domain language

Fine-tune our foundation models to the nuances of your business, and let your team search in language that 

comes naturally.

Search is just the beginning.

Search graphic
Scene Selection

Identify the most impactful scenes to power production workflows.

Search graphic
Content Discovery

Search for specific moments within footage or across vast video archives.

Drawing
Customer Search

Let customers easily find any video moment within your platform.

Drawing
Asset Management

Comb through petabytes of data using natural

language queries.

Drawing
Surveillance

Pinpoint precise moments to conduct investigations and manage evidence.

Drawing
Multilingual Search

Let users search in their language, with over 100 languages supported.

Drawing
Contextual Advertising

Find and match ads to relevant media moments for increased engagement.

Illustration for slider section
Domain-Specific Search

Fine-tune our models so your 

team can search in the language 

of their sector.

Search is just the beginning.

Search graphic
Scene Selection

Identify the most impactful scenes to power production workflows.

Search graphic
Content Discovery

Search for specific moments within footage or across vast video archives.

Drawing
Customer Search

Let customers easily find any video moment within your platform.

Drawing
Asset Management

Comb through petabytes of data using natural

language queries.

Drawing
Surveillance

Pinpoint precise moments to conduct investigations and manage evidence.

Drawing
Multilingual Search

Let users search in their language, with over 100 languages supported.

Drawing
Contextual Advertising

Find and match ads to relevant media moments for increased engagement.

Illustration for slider section
Domain-Specific Search

Fine-tune our models so your 

team can search in the language 

of their sector.

Search is just the beginning.

Search graphic
Scene Selection

Identify the most impactful scenes to power production workflows.

Search graphic
Content Discovery

Search for specific moments within footage or across vast video archives.

Drawing
Customer Search

Let customers easily find any video moment within your platform.

Drawing
Asset Management

Comb through petabytes of data using natural

language queries.

Drawing
Surveillance

Pinpoint precise moments to conduct investigations and manage evidence.

Drawing
Multilingual Search

Let users search in their language, with over 100 languages supported.

Drawing
Contextual Advertising

Find and match ads to relevant media moments for increased engagement.

Illustration for slider section
Domain-Specific Search

Fine-tune our models so your 

team can search in the language 

of their sector.

Sample Apps

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path,
language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path,
language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

Python

Node

from twelvelabs import TwelveLabs
import os

client = TwelveLabs("<YOUR_API_KEY>")

# Create new Index
index = client.index.create(        
     name="My First Index",
     engines=[
       {                
         "name": "marengo2.7",
         "options": ["visual", "audio"],
       },
     ],
  )
# Create new Task on Index (Upload the video)
video_path = os.path.join(os.path.dirname(__file__), "<YOUR_FILE_PATH>")
task = client.task.create(index_id=index.id, file=video_path,
language="en")

# Wait for indexing to finish
task.wait_for_done()

# Search from your index
query = "An artist climbing up the ladder that he painted."
result = client.search.query(index.id, query, ["visual", "audio"])
‍print(result)

パーソナライズされたSDKとあなたのビジョンとの統合。

カスタム学習済みモデルを、あらゆるクラウド環境にデプロイする。

Cover CTA

これまで見逃してきたものを可視化。

TwelveLabsの検索ツールをお客様の動画でぜひお試しください。全く新しい視点で動画を体験できます。

Cover thread

これまで見逃してきたものを可視化。

TwelveLabsの検索ツールをお客様の動画でぜひお試しください。全く新しい視点で動画を体験できます。