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": []
}

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