Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.73 KB

ExportsApi.md

File metadata and controls

58 lines (34 loc) · 1.73 KB

\ExportsApi

All URIs are relative to https://api.mux.com

Method HTTP request Description
ListExports Get /data/v1/exports List property video view export links
ListExportsViews Get /data/v1/exports/views List available property view exports

ListExports

ListExportsResponse ListExports(ctx, ) List property video view export links

The API has been replaced by the list-exports-views API call. Lists the available video view exports along with URLs to retrieve them.

Required Parameters

This endpoint does not need any parameter.

Return type

ListExportsResponse

Authorization

accessToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ListExportsViews

ListVideoViewExportsResponse ListExportsViews(ctx, ) List available property view exports

Lists the available video view exports along with URLs to retrieve them.

Required Parameters

This endpoint does not need any parameter.

Return type

ListVideoViewExportsResponse

Authorization

accessToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]