Body
application/json
Wistia video fetch parameters
Response
Video details fetched successfully
Array of fetched Wistia video data
curl --request POST \
--url https://py-api.hobbo.ai/wistia/video \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"is_text_formatted": true
}'
{
"all_reviews": []
}
Fetch Wistia video metadata, media links, and engagement stats from a Wistia URL.
curl --request POST \
--url https://py-api.hobbo.ai/wistia/video \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"is_text_formatted": true
}'
{
"all_reviews": []
}
Wistia video fetch parameters
Video details fetched successfully
Array of fetched Wistia video data
Show child attributes