Body
application/json
Vimeo video fetch parameters
Response
Video details fetched successfully
Array of fetched Vimeo video data
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": []
}
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": []
}
Vimeo video fetch parameters
Video details fetched successfully
Array of fetched Vimeo video data
Show child attributes