Long Video Summarization (LVS) API Reference#
This page provides API reference for the Long Video Summarization service.
Base URL#
The API is available at:
REST API:
http://<host>:38111MCP Server:
http://<host>:38112
If VSS_API_ENABLE_VERSIONING is enabled, all endpoints are prefixed with /v1.
Authentication#
The API supports Bearer token authentication. Include your token in the Authorization header:
Authorization: Bearer <your-token>