Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wistia Medias API

The Medias API from Wistia — 8 operation(s) for medias.

Wistia Medias API is one of 13 APIs that Wistia publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Medias. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 11 operations across 8 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.wistia.com/v1.

11 operations 8 paths 0 schemas 1 DELETE2 GET2 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.wistia.com/v1
Authentication
HTTP Bearer, HTTP Basic
Contact
Resource Areas
1

Authentication & Security 2

Wistia Medias API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • bearerAuth — API access token sent as a Bearer token in the Authorization header
  • basicAuth — HTTP Basic authentication using the API token as the password

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 1 DELETE, 2 GET, 2 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

Medias 11
GET
/medias
List media
listMedia → 200
POST
/medias
Upload or import media
createMedia → 201
GET
/medias/{hashedId}
Retrieve media
getMedia 1 param → 200
PUT
/medias/{hashedId}
Update media
updateMedia 1 param → 200
DELETE
/medias/{hashedId}
Delete media
deleteMedia 1 param → 204
POST
/medias/{hashedId}/copy
Copy media
copyMedia 1 param → 201
PUT
/medias/{hashedId}/swap
Swap media
swapMedia 1 param → 200
PUT
/medias/move
Move multiple media
moveMedia → 200
PUT
/medias/archive
Archive media
archiveMedia → 200
PUT
/medias/restore
Restore archived media
restoreMedia → 200
PUT
/medias/copy
Bulk copy media
bulkCopyMedia → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wistia-medias-api-openapi.yml Raw ↑

Other APIs Wistia publishes across the network.

Wistia Data API
Wistia Upload API
Wistia Webhooks
Wistia Account API
Wistia AllowedDomains API
Wistia Captions API
Wistia Channels API
Wistia Customizations API
Wistia Folders API
Wistia Tags API
Wistia Tokens API
Wistia Webinars API