For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
Sample appsIntegrationsDiscordPlaygroundDevEx repo
GuidesSDK ReferenceAPI Reference
GuidesSDK ReferenceAPI Reference
  • TwelveLabs API
    • Introduction
    • Authentication
  • API Reference
    • Manage indexes
    • Upload content
    • Index content
    • Manage videos
    • Manage entities
    • Any-to-video search
    • Create embeddings v2
    • Create embeddings v1
      • Create video embeddings
      • Create text, image, and audio embeddings
        • The embedding object
        • POSTCreate embeddings for text, image, and audio
    • Analyze and segment videos
    • Error codes
  • Introduction
  • Authentication
  • Manage indexes
  • The index object
  • Create an index
  • List indexes
  • Retrieve an index
  • Update an index
  • Delete an index
  • Upload content
  • Direct uploads
  • Create an asset
  • Retrieve an asset
  • List assets
  • Delete an asset
  • Update the user-defined metadata of an asset
  • Replace the user-defined metadata of an asset
  • Delete the user-defined metadata of an asset
  • Multipart uploads
  • Create a multipart upload session
  • Retrieve the status of an upload session
  • List incomplete uploads
  • Report uploaded chunks
  • Request presigned URLs for the remaining chunks
  • Video indexing tasks
  • The task object
  • Create a video indexing task
  • List video indexing tasks
  • Retrieve a video indexing task
  • Delete a video indexing task
  • Index content
  • Index an asset
  • Retrieve an indexed asset
  • List indexed assets
  • Delete an indexed asset
  • Partial update indexed asset
  • List indexed assets for an asset
  • Manage videos
  • The video object
  • List videos
  • Retrieve video information
  • Partial update video information
  • Delete video information
  • Manage entities
  • List entity collections
  • Create an entity collection
  • Retrieve an entity collection
  • Update an entity collection
  • Delete an entity collection
  • List entities in an entity collection
  • Create an entity
  • Create multiple entities in bulk
  • Retrieve an entity
  • Update an entity
  • Delete an entity
  • Add assets to an entity
  • Remove assets from an entity
  • List entities for an asset
  • Any-to-video search
  • Make any-to-video search requests
  • Retrieve a specific page of search results
  • Create embeddings v2
  • Create sync embeddings
  • Create an async embedding task
  • List async embedding tasks
  • Retrieve task status and results
  • Create embeddings v1
  • Create video embeddings
  • The video embedding object
  • Create a video embedding task
  • List video embedding tasks
  • Retrieve the status of a video embedding task
  • Retrieve video embeddings
  • Create text, image, and audio embeddings
  • The embedding object
  • Create embeddings for text, image, and audio
  • Analyze and segment videos
  • Sync analysis
  • Create an async analysis task
  • List async analysis tasks
  • Retrieve analysis task status and results
  • Delete an analysis task
  • Error codes
Sample appsIntegrationsDiscordPlaygroundDevEx repo
API ReferenceCreate embeddings v1

Create text, image, and audio embeddings

Note

This API will be deprecated in a future version. Migrate to the Embed API v2 for continued support and access to new features.

Use this endpoint to create text, image, and audio embeddings.

Related guides:

  • Create text embeddings
  • Create single image embeddings
  • Create audio embeddings
Was this page helpful?
Previous

The embedding object

Next
Built with