Wistia logo

Wistia

Wistia is an all-in-one video marketing platform for businesses that combines branded video hosting, webinars, video editing, webcam and screen recording, and deep viewer analytics for B2B marketing teams focused on lead generation, brand control, and content performance. Founded in 2006, Wistia is used by more than 425,000 businesses and integrates with major marketing automation and CRM platforms. Wistia exposes a Data API at https://api.wistia.com/v1 for programmatic access to medias, projects, customizations, accounts, and analytics, with authentication via Bearer Token or HTTP Basic using an API access token.

3 APIs 0 Features
Video HostingVideo MarketingVideo AnalyticsLead GenerationWebinarsB2B Marketing

APIs

Wistia Data API

REST API providing programmatic access to medias, projects, accounts, customizations, captions, and statistics in a Wistia account. Data is returned in JSON over HTTPS. Authenti...

Wistia Upload API

Endpoint for uploading video files directly to a Wistia account, typically used in conjunction with the Data API to manage uploaded media. Authentication uses the same API acces...

Wistia Webhooks

Real-time webhook deliveries from Wistia for documented media lifecycle events. Deliveries are HTTP POST with a JSON body and are signed via HMAC-SHA256 using the consumer's con...

Event Specifications

Wistia Webhooks API

AsyncAPI 2.6 description of Wistia's webhook surface. Wistia delivers real-time notifications about media lifecycle events to a consumer endpoint configured in your Wistia accou...

ASYNCAPI

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
SignUp
SignUp
💬
Support
Support
🔗
Developers
Developers
📰
Blog
Blog
🔗
LinkedIn
LinkedIn
🔗
LLMsTxt
LLMsTxt

Sources

Raw ↑
aid: wistia
name: Wistia
description: >-
  Wistia is an all-in-one video marketing platform for businesses that
  combines branded video hosting, webinars, video editing, webcam and
  screen recording, and deep viewer analytics for B2B marketing teams
  focused on lead generation, brand control, and content performance.
  Founded in 2006, Wistia is used by more than 425,000 businesses and
  integrates with major marketing automation and CRM platforms. Wistia
  exposes a Data API at https://api.wistia.com/v1 for programmatic access
  to medias, projects, customizations, accounts, and analytics, with
  authentication via Bearer Token or HTTP Basic using an API access token.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - Video Hosting
  - Video Marketing
  - Video Analytics
  - Lead Generation
  - Webinars
  - B2B Marketing
url: >-
  https://raw.githubusercontent.com/api-evangelist/wistia/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
  - aid: wistia:data-api
    name: Wistia Data API
    description: >-
      REST API providing programmatic access to medias, projects, accounts,
      customizations, captions, and statistics in a Wistia account. Data is
      returned in JSON over HTTPS. Authentication uses Bearer Tokens via the
      Authorization header or HTTP Basic Auth with the API token as the
      password. Rate limited to 600 requests per minute per account.
    humanURL: https://docs.wistia.com/reference/getting-started-with-the-data-api
    baseURL: https://api.wistia.com/v1
    tags:
      - Video
      - Media
      - Analytics
      - Captions
      - Projects
    properties:
      - type: Documentation
        url: https://docs.wistia.com/reference/getting-started-with-the-data-api
      - type: GettingStarted
        url: https://docs.wistia.com/docs/making-api-requests
      - type: Authentication
        url: https://docs.wistia.com/docs/authenticating-with-oauth2
      - type: APIReference
        url: https://docs.wistia.com/reference
  - aid: wistia:upload-api
    name: Wistia Upload API
    description: >-
      Endpoint for uploading video files directly to a Wistia account,
      typically used in conjunction with the Data API to manage uploaded
      media. Authentication uses the same API access token.
    humanURL: https://docs.wistia.com/reference/upload
    baseURL: https://upload.wistia.com
    tags:
      - Video Upload
      - Media Ingest
    properties:
      - type: Documentation
        url: https://docs.wistia.com/reference/upload
  - aid: wistia:webhooks
    name: Wistia Webhooks
    description: >-
      Real-time webhook deliveries from Wistia for documented media
      lifecycle events. Deliveries are HTTP POST with a JSON body and
      are signed via HMAC-SHA256 using the consumer's configured webhook
      secret, supplied in the X-Wistia-Signature header. See the linked
      AsyncAPI 2.6 description for the modeled events and payload shape.
    humanURL: https://docs.wistia.com/docs/webhooks
    baseURL: https://docs.wistia.com/docs/webhooks
    tags:
      - Webhooks
      - Events
      - Media
      - AsyncAPI
    properties:
      - type: Documentation
        url: https://docs.wistia.com/docs/webhooks
      - type: AsyncAPI
        url: https://raw.githubusercontent.com/api-evangelist/wistia/refs/heads/main/asyncapi/wistia-asyncapi.yml

common:
  - type: GitHubOrganization
    url: https://github.com/wistia
  - type: Website
    url: https://wistia.com
  - type: Documentation
    url: https://docs.wistia.com
  - type: Pricing
    url: https://wistia.com/pricing
  - type: SignUp
    url: https://wistia.com/signup
  - type: Support
    url: https://wistia.com/support
  - type: Developers
    url: https://docs.wistia.com
  - type: Blog
    url: https://wistia.com/learn
  - type: LinkedIn
    url: https://www.linkedin.com/company/wistia
  - type: LLMsTxt
    url: https://docs.wistia.com/llms.txt
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com