post
https://example.com/
Endpoint to upload media files from a local system or import from a web URL.
- Use
multipart/form-datawith afileparameter to upload from local system - Use
application/x-www-form-urlencodedwith aurlparameter to import from web URL
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests⦠| |||
Loadingā¦
Uploading into a subfolderThe
project_idparameter targets a top-level folder in Wistia. To land your media inside a subfolder, do this in two steps:
- Upload to the parent folder by passing its hashed ID as
project_idhere.- Move the uploaded media into the subfolder with
PUT /medias/move, passingfolder_id(the parent folder),subfolder_id(the destination subfolder), andhashed_ids(the media you just uploaded).The Upload endpoint itself does not accept a
subfolder_id.