curl --request POST \
--url https://py-api.hobbo.ai/vimeo/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"auhtor_bio": "<string>",
"author_id": "<string>",
"author_profile_image_url": "<string>",
"video_date": "<string>",
"video_description": "<string>",
"video_modified_date": "<string>",
"video_title": "<string>",
"video_thumbanail_url": "<string>",
"author_statistics": {
"followers_count": 123,
"comments_count": 123,
"likes_count": 123,
"views_count": 123
},
"video_statistics": {
"followers_count": 123,
"comments_count": 123,
"likes_count": 123,
"views_count": 123
},
"video_info": {
"height": 123,
"width": 123,
"player_type": "<string>",
"video_quality": "<string>",
"duration": 123
},
"iframe_data": {
"src": "<string>"
},
"keywords": [
"<string>"
],
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>"
}
]
}
]
}Fetch Vimeo video metadata, author info, stats, and embed data from a Vimeo URL.
curl --request POST \
--url https://py-api.hobbo.ai/vimeo/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"auhtor_bio": "<string>",
"author_id": "<string>",
"author_profile_image_url": "<string>",
"video_date": "<string>",
"video_description": "<string>",
"video_modified_date": "<string>",
"video_title": "<string>",
"video_thumbanail_url": "<string>",
"author_statistics": {
"followers_count": 123,
"comments_count": 123,
"likes_count": 123,
"views_count": 123
},
"video_statistics": {
"followers_count": 123,
"comments_count": 123,
"likes_count": 123,
"views_count": 123
},
"video_info": {
"height": 123,
"width": 123,
"player_type": "<string>",
"video_quality": "<string>",
"duration": 123
},
"iframe_data": {
"src": "<string>"
},
"keywords": [
"<string>"
],
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>"
}
]
}
]
}