Skip to main content
POST
/
vimeo
/
video
cURL
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>"
        }
      ]
    }
  ]
}

Body

application/json

Vimeo video fetch parameters

query
string
required

Provide proper Vimeo video URL

is_text_formatted
boolean
default:true

Controls text formatting in output

Response

Video details fetched successfully

all_reviews
object[]

Array of fetched Vimeo video data