VectorMethods

Docs / SDK

Python SDK

Build Python services for VideoVector media ingestion, prompt execution, search, exports, webhooks, and workflow automation.

sdk/README.mdsdk/videovector/_client.pysdk/BACKEND_PARITY_MATRIX.md

Search documentation

Search pages, API reference sections, and guide headings.

Summary

The Python SDK gives application teams typed access to VideoVector indexes, media, prompts, prompt runs, search, connectors, imports, exports, webhooks, and playground workflows.

Pages in this section

Resource map

The SDK exposes these workflow-focused resources:

  • client.indexes
  • client.videos
  • client.prompts
  • client.prompt_runs
  • client.search
  • client.connectors
  • client.import_jobs
  • client.exports
  • client.webhooks
  • client.api_keys

The repo also includes usage and rate_limits resources, but this public documentation program intentionally focuses on non-billing workflow surfaces.

Sync and async entry points

from videovector import VideoVector, AsyncVideoVector

Use VideoVector for synchronous integrations and AsyncVideoVector for async applications.

Related documentation

API reference

The API reference is organized by resource type and workflow boundary for media ingestion, extraction, retrieval, automation, delivery, and agentic search.

Use the guides section for task-oriented implementation steps that build on the core concepts and link directly into API, SDK, and MCP reference material.

The VideoVector MCP docs show how AI clients can browse indexes, run prompts, search media evidence, inspect workflow resources, and validate available tools.