cURL
curl --request POST \ --url https://py-api.hobbo.ai/features/video-metadata-extraction \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "query": "<string>" }'
{ "author_name": "<string>", "author_organisation": "<string>", "author_position": "<string>", "extra_information": {} }
Extract metadata from video transcripts, such as speaker information.
Video transcript for metadata extraction
The body is of type object.
object
Metadata extracted successfully
The response is of type object.