Summarize an image asset
GET/q/:hash/rep/image_summarize
Generates a textual description of a single image or poster asset stored within a content object.
Tags are retrieved from the metadata path specified by path (e.g. image detection, caption, and OCR tracks associated with that asset) and an LLM is used to produce a description. Title metadata from the content fabric is also fetched to enrich the prompt context.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Image description generated 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 found for the specified image path, or the path does not exist in the content object metadata.
Internal server error.