Skip to main content
Version: 1.0.0

Content Summary API

API for generating AI-powered summaries of Eluvio Content Fabric video clips and image assets. Given a content object and a time range, the API returns a structured summary containing a summary, and, when available, a short title and suggested hashtags. Available endpoints:

  • /rep/summarize — legacy clip summarization using tags read directly from the content object.
  • /rep/image_summarize — summarizes a single image asset within a content object.
  • /rep/summarize_v2 — clip summarization using the Tagstore service with configurable quality levels and richer prompt strategies.
  • /docs — serves the API documentation HTML page.

Authentication

Access to Content Fabric objects and resources is governed by an Ethereum-compatible blockchain. Each API resource (e.g. a library, content type, or content object) is governed by a blockchain 'smart-contract'. Content Fabric authorization token supplied as the authorization query parameter.

Example: ?authorization=TOKEN

Header-based Bearer authentication is not currently implemented by this service.

Security Scheme Type:

apiKey

Query parameter name:

authorization