POST
/
features
/
video-metadata-extraction
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": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json

Video transcript for metadata extraction

The body is of type object.

Response

200
application/json

Metadata extracted successfully

The response is of type object.