Retrieve answers to questions about a media asset
POST/chats/:mediaId/question
This endpoint allows for question-based interactions with a specified Media
asset, such as an audio, video, or document file.
- For audio and video assets, responses are derived from the asset's metadata, including available transcripts.
- For document assets, responses are based on both the asset's metadata and its content.
Use this endpoint to query topics or specific details within the contents of the media asset, enabling direct, contextual responses based on its metadata and content.
Request
Responses
- 200
- 401
- 404
- 422
- default
Successful response.
Unauthorized access.
Given resource was not found.
Invalid data provided.
Error Response