Wistia
communityVideo hosting and marketing platform for businesses with 400,000+ users providing video analytics, customizable players, lead generation tools, and video SEO optimization. Used by B2B companies for product demos, webinars, and marketing videos.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/v1/medias.jsonList media assets in Wistia account
Parameters
pageintegeroptionaltypeVideo|Audio|Document (stringoptionalper_pageintegeroptionalproject_idstringoptionalReturns
medias[] with id, name, type, created, duration, thumbnail, stats{plays, load_count, visitors}, urlGET
/v1/medias/{media_hashed_id}.jsonGet details for a specific media
Parameters
media_hashed_idstringrequiredReturns
media{id, name, description, duration, created, stats, assets[], thumbnail, embed_code}GET
/v1/stats/medias/{media_hashed_id}.jsonGet video analytics for a media
Parameters
media_hashed_idstringrequiredReturns
stats{id, play_count, load_count, play_rate, hours_watched, engagement}