Summarize a clip using fabric tags
GET/q/:hash/rep/summarize
Returns a structured summary of the given content object within the specified time range. Tags are retrieved directly from the content object's tag tracks and passed to an LLM to produce the result.
If a cached summary already exists for the same parameters it will be returned without re-generating, unless regenerate=true is set.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Summary generated (or retrieved from cache) successfully.
Missing or invalid request parameters.
The provided authorization token is missing, malformed, or has expired. Ensure the token is a valid Content Fabric bearer token supplied as the authorization query parameter.
The provided authorization token is valid but does not grant access to the requested content object. This occurs when the token was issued for a different object or space, or when the caller lacks the required permissions on the content object's smart contract.
No tags were found for the requested content or time range.
Tags could not be retrieved for the requested content (e.g. the content object has not been tagged, or the requested tracks are absent).
Internal server error (e.g. LLM unavailable).