Skip to main content
POST
/
features
/
video-metadata-extraction
cURL
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": {}
}

Body

application/json

Video transcript for metadata extraction

query
string
required

The video transcript content

Response

Metadata extracted successfully

author_name
string

Name of the video author/speaker

author_organisation
string

Organization of the video author/speaker

author_position
string

Position or title of the video author/speaker

extra_information
object

Additional dynamic metadata