Body
application/json
Video transcript for metadata extraction
The video transcript content
curl --request POST \
--url https://py-api.hobbo.ai/features/video-metadata-extraction \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'{
"author_name": "<string>",
"author_organisation": "<string>",
"author_position": "<string>",
"extra_information": {}
}Extract metadata from video transcripts, such as speaker information.
curl --request POST \
--url https://py-api.hobbo.ai/features/video-metadata-extraction \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'{
"author_name": "<string>",
"author_organisation": "<string>",
"author_position": "<string>",
"extra_information": {}
}Video transcript for metadata extraction
The video transcript content