AccessToken |
AdvancedAuthenticationApi.authenticate(AuthenticatePayload authenticatePayload) |
Get Bearer Token
Returns a bearer token that can be used to authenticate other endpoint.
|
okhttp3.Call |
AdvancedAuthenticationApi.authenticateAsync(AuthenticatePayload authenticatePayload,
ApiCallback<AccessToken> _callback) |
Get Bearer Token (asynchronously) Returns a bearer token that can be used to authenticate other endpoint.
|
ApiResponse<AccessToken> |
AdvancedAuthenticationApi.authenticateWithHttpInfo(AuthenticatePayload authenticatePayload) |
Get Bearer Token
Returns a bearer token that can be used to authenticate other endpoint.
|
okhttp3.Call |
AnalyticsApi.APIgetAggregatedMetricsRequest.buildCall(ApiCallback _callback) |
Build call for getAggregatedMetrics
|
okhttp3.Call |
AnalyticsApi.APIgetMetricsBreakdownRequest.buildCall(ApiCallback _callback) |
Build call for getMetricsBreakdown
|
okhttp3.Call |
AnalyticsApi.APIgetMetricsOverTimeRequest.buildCall(ApiCallback _callback) |
Build call for getMetricsOverTime
|
okhttp3.Call |
CaptionsApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
ChaptersApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
LiveStreamsApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
PlayerThemesApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
SummariesApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
TagsApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
UploadTokensApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
VideosApi.APIlistDiscardedRequest.buildCall(ApiCallback _callback) |
Build call for listDiscarded
|
okhttp3.Call |
VideosApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
WatermarksApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
okhttp3.Call |
WebhooksApi.APIlistRequest.buildCall(ApiCallback _callback) |
Build call for list
|
void |
LiveStreamsApi.complete(String liveStreamId) |
Complete a live stream
Request the completion of a live stream that is currently running.
|
okhttp3.Call |
LiveStreamsApi.completeAsync(String liveStreamId,
ApiCallback<Void> _callback) |
Complete a live stream (asynchronously) Request the completion of a live stream that is currently running.
|
ApiResponse<Void> |
LiveStreamsApi.completeWithHttpInfo(String liveStreamId) |
Complete a live stream
Request the completion of a live stream that is currently running.
|
LiveStream |
LiveStreamsApi.create(LiveStreamCreationPayload liveStreamCreationPayload) |
Create live stream
Creates a livestream object.
|
PlayerTheme |
PlayerThemesApi.create(PlayerThemeCreationPayload playerThemeCreationPayload) |
Create a player
Create a player for your video, and customise it.
|
Summary |
SummariesApi.create(SummaryCreationPayload summaryCreationPayload) |
Generate video summary
Generate a title, abstract, and key takeaways for a video.
|
Video |
VideosApi.create(VideoCreationPayload videoCreationPayload) |
Create a video object
Creates a video object.
|
Webhook |
WebhooksApi.create(WebhooksCreationPayload webhooksCreationPayload) |
Create Webhook
Webhooks can push notifications to your server, rather than polling api.video for changes.
|
okhttp3.Call |
LiveStreamsApi.createAsync(LiveStreamCreationPayload liveStreamCreationPayload,
ApiCallback<LiveStream> _callback) |
Create live stream (asynchronously) Creates a livestream object.
|
okhttp3.Call |
PlayerThemesApi.createAsync(PlayerThemeCreationPayload playerThemeCreationPayload,
ApiCallback<PlayerTheme> _callback) |
Create a player (asynchronously) Create a player for your video, and customise it.
|
okhttp3.Call |
SummariesApi.createAsync(SummaryCreationPayload summaryCreationPayload,
ApiCallback<Summary> _callback) |
Generate video summary (asynchronously) Generate a title, abstract, and key takeaways for a video.
|
okhttp3.Call |
VideosApi.createAsync(VideoCreationPayload videoCreationPayload,
ApiCallback<Video> _callback) |
Create a video object (asynchronously) Creates a video object.
|
okhttp3.Call |
WebhooksApi.createAsync(WebhooksCreationPayload webhooksCreationPayload,
ApiCallback<Webhook> _callback) |
Create Webhook (asynchronously) Webhooks can push notifications to your server, rather than polling api.video for
changes.
|
UploadToken |
UploadTokensApi.createToken(TokenCreationPayload tokenCreationPayload) |
Generate an upload token
Generates an upload token that can be used to replace the API Key.
|
okhttp3.Call |
UploadTokensApi.createTokenAsync(TokenCreationPayload tokenCreationPayload,
ApiCallback<UploadToken> _callback) |
Generate an upload token (asynchronously) Generates an upload token that can be used to replace the API Key.
|
ApiResponse<UploadToken> |
UploadTokensApi.createTokenWithHttpInfo(TokenCreationPayload tokenCreationPayload) |
Generate an upload token
Generates an upload token that can be used to replace the API Key.
|
ApiResponse<LiveStream> |
LiveStreamsApi.createWithHttpInfo(LiveStreamCreationPayload liveStreamCreationPayload) |
Create live stream
Creates a livestream object.
|
ApiResponse<PlayerTheme> |
PlayerThemesApi.createWithHttpInfo(PlayerThemeCreationPayload playerThemeCreationPayload) |
Create a player
Create a player for your video, and customise it.
|
ApiResponse<Summary> |
SummariesApi.createWithHttpInfo(SummaryCreationPayload summaryCreationPayload) |
Generate video summary
Generate a title, abstract, and key takeaways for a video.
|
ApiResponse<Video> |
VideosApi.createWithHttpInfo(VideoCreationPayload videoCreationPayload) |
Create a video object
Creates a video object.
|
ApiResponse<Webhook> |
WebhooksApi.createWithHttpInfo(WebhooksCreationPayload webhooksCreationPayload) |
Create Webhook
Webhooks can push notifications to your server, rather than polling api.video for changes.
|
void |
CaptionsApi.delete(String videoId,
String language) |
Delete a caption
Delete a caption in a specific language by by video id.
|
void |
ChaptersApi.delete(String videoId,
String language) |
Delete a chapter
Delete a chapter in a specific language by providing the video ID for the video you want to delete the chapter
from and the language the chapter is in.
|
void |
LiveStreamsApi.delete(String liveStreamId) |
Delete a live stream
If you do not need a live stream any longer, you can send a request to delete it.
|
void |
PlayerThemesApi.delete(String playerId) |
Delete a player
Delete a player if you no longer need it.
|
void |
SummariesApi.delete(String summaryId) |
Delete video summary
Delete a summary tied to a video.
|
void |
VideosApi.delete(String videoId) |
Delete a video object
If you do not need a video any longer, you can send a request to delete it.
|
void |
WatermarksApi.delete(String watermarkId) |
Delete a watermark
Delete a watermark.
|
void |
WebhooksApi.delete(String webhookId) |
Delete a Webhook
This method will delete the indicated webhook.
|
okhttp3.Call |
CaptionsApi.deleteAsync(String videoId,
String language,
ApiCallback<Void> _callback) |
Delete a caption (asynchronously) Delete a caption in a specific language by by video id.
|
okhttp3.Call |
ChaptersApi.deleteAsync(String videoId,
String language,
ApiCallback<Void> _callback) |
Delete a chapter (asynchronously) Delete a chapter in a specific language by providing the video ID for the video
you want to delete the chapter from and the language the chapter is in.
|
okhttp3.Call |
LiveStreamsApi.deleteAsync(String liveStreamId,
ApiCallback<Void> _callback) |
Delete a live stream (asynchronously) If you do not need a live stream any longer, you can send a request to
delete it.
|
okhttp3.Call |
PlayerThemesApi.deleteAsync(String playerId,
ApiCallback<Void> _callback) |
Delete a player (asynchronously) Delete a player if you no longer need it.
|
okhttp3.Call |
SummariesApi.deleteAsync(String summaryId,
ApiCallback<Void> _callback) |
Delete video summary (asynchronously) Delete a summary tied to a video.
|
okhttp3.Call |
VideosApi.deleteAsync(String videoId,
ApiCallback<Void> _callback) |
Delete a video object (asynchronously) If you do not need a video any longer, you can send a request to delete
it.
|
okhttp3.Call |
WatermarksApi.deleteAsync(String watermarkId,
ApiCallback<Void> _callback) |
Delete a watermark (asynchronously) Delete a watermark.
|
okhttp3.Call |
WebhooksApi.deleteAsync(String webhookId,
ApiCallback<Void> _callback) |
Delete a Webhook (asynchronously) This method will delete the indicated webhook.
|
void |
PlayerThemesApi.deleteLogo(String playerId) |
Delete logo
Delete the logo associated to a player.
|
okhttp3.Call |
PlayerThemesApi.deleteLogoAsync(String playerId,
ApiCallback<Void> _callback) |
Delete logo (asynchronously) Delete the logo associated to a player.
|
ApiResponse<Void> |
PlayerThemesApi.deleteLogoWithHttpInfo(String playerId) |
Delete logo
Delete the logo associated to a player.
|
LiveStream |
LiveStreamsApi.deleteThumbnail(String liveStreamId) |
Delete a thumbnail
Send the unique identifier for a live stream to delete its thumbnail.
|
okhttp3.Call |
LiveStreamsApi.deleteThumbnailAsync(String liveStreamId,
ApiCallback<LiveStream> _callback) |
Delete a thumbnail (asynchronously) Send the unique identifier for a live stream to delete its thumbnail.
|
ApiResponse<LiveStream> |
LiveStreamsApi.deleteThumbnailWithHttpInfo(String liveStreamId) |
Delete a thumbnail
Send the unique identifier for a live stream to delete its thumbnail.
|
void |
UploadTokensApi.deleteToken(String uploadToken) |
Delete an upload token
Delete an existing upload token.
|
okhttp3.Call |
UploadTokensApi.deleteTokenAsync(String uploadToken,
ApiCallback<Void> _callback) |
Delete an upload token (asynchronously) Delete an existing upload token.
|
ApiResponse<Void> |
UploadTokensApi.deleteTokenWithHttpInfo(String uploadToken) |
Delete an upload token
Delete an existing upload token.
|
ApiResponse<Void> |
CaptionsApi.deleteWithHttpInfo(String videoId,
String language) |
Delete a caption
Delete a caption in a specific language by by video id.
|
ApiResponse<Void> |
ChaptersApi.deleteWithHttpInfo(String videoId,
String language) |
Delete a chapter
Delete a chapter in a specific language by providing the video ID for the video you want to delete the chapter
from and the language the chapter is in.
|
ApiResponse<Void> |
LiveStreamsApi.deleteWithHttpInfo(String liveStreamId) |
Delete a live stream
If you do not need a live stream any longer, you can send a request to delete it.
|
ApiResponse<Void> |
PlayerThemesApi.deleteWithHttpInfo(String playerId) |
Delete a player
Delete a player if you no longer need it.
|
ApiResponse<Void> |
SummariesApi.deleteWithHttpInfo(String summaryId) |
Delete video summary
Delete a summary tied to a video.
|
ApiResponse<Void> |
VideosApi.deleteWithHttpInfo(String videoId) |
Delete a video object
If you do not need a video any longer, you can send a request to delete it.
|
ApiResponse<Void> |
WatermarksApi.deleteWithHttpInfo(String watermarkId) |
Delete a watermark
Delete a watermark.
|
ApiResponse<Void> |
WebhooksApi.deleteWithHttpInfo(String webhookId) |
Delete a Webhook
This method will delete the indicated webhook.
|
AnalyticsAggregatedMetricsResponse |
AnalyticsApi.APIgetAggregatedMetricsRequest.execute() |
Execute getAggregatedMetrics request
|
Page<AnalyticsMetricsBreakdownResponseData> |
AnalyticsApi.APIgetMetricsBreakdownRequest.execute() |
Execute getMetricsBreakdown request
|
Page<AnalyticsMetricsOverTimeResponseData> |
AnalyticsApi.APIgetMetricsOverTimeRequest.execute() |
Execute getMetricsOverTime request
|
Page<Caption> |
CaptionsApi.APIlistRequest.execute() |
Execute list request
|
Page<Chapter> |
ChaptersApi.APIlistRequest.execute() |
Execute list request
|
Page<LiveStream> |
LiveStreamsApi.APIlistRequest.execute() |
Execute list request
|
Page<PlayerTheme> |
PlayerThemesApi.APIlistRequest.execute() |
Execute list request
|
Page<Summary> |
SummariesApi.APIlistRequest.execute() |
Execute list request
|
Page<ListTagsResponseData> |
TagsApi.APIlistRequest.execute() |
Execute list request
|
Page<UploadToken> |
UploadTokensApi.APIlistRequest.execute() |
Execute list request
|
Page<Video> |
VideosApi.APIlistDiscardedRequest.execute() |
Execute listDiscarded request
|
Page<Video> |
VideosApi.APIlistRequest.execute() |
Execute list request
|
Page<Watermark> |
WatermarksApi.APIlistRequest.execute() |
Execute list request
|
Page<Webhook> |
WebhooksApi.APIlistRequest.execute() |
Execute list request
|
okhttp3.Call |
AnalyticsApi.APIgetAggregatedMetricsRequest.executeAsync(ApiCallback<AnalyticsAggregatedMetricsResponse> _callback) |
Execute getAggregatedMetrics request (asynchronously)
|
okhttp3.Call |
AnalyticsApi.APIgetMetricsBreakdownRequest.executeAsync(ApiCallback<Page<AnalyticsMetricsBreakdownResponseData>> _callback) |
Execute getMetricsBreakdown request (asynchronously)
|
okhttp3.Call |
AnalyticsApi.APIgetMetricsOverTimeRequest.executeAsync(ApiCallback<Page<AnalyticsMetricsOverTimeResponseData>> _callback) |
Execute getMetricsOverTime request (asynchronously)
|
okhttp3.Call |
CaptionsApi.APIlistRequest.executeAsync(ApiCallback<Page<Caption>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
ChaptersApi.APIlistRequest.executeAsync(ApiCallback<Page<Chapter>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
LiveStreamsApi.APIlistRequest.executeAsync(ApiCallback<Page<LiveStream>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
PlayerThemesApi.APIlistRequest.executeAsync(ApiCallback<Page<PlayerTheme>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
SummariesApi.APIlistRequest.executeAsync(ApiCallback<Page<Summary>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
TagsApi.APIlistRequest.executeAsync(ApiCallback<Page<ListTagsResponseData>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
UploadTokensApi.APIlistRequest.executeAsync(ApiCallback<Page<UploadToken>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
VideosApi.APIlistDiscardedRequest.executeAsync(ApiCallback<Page<Video>> _callback) |
Execute listDiscarded request (asynchronously)
|
okhttp3.Call |
VideosApi.APIlistRequest.executeAsync(ApiCallback<Page<Video>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
WatermarksApi.APIlistRequest.executeAsync(ApiCallback<Page<Watermark>> _callback) |
Execute list request (asynchronously)
|
okhttp3.Call |
WebhooksApi.APIlistRequest.executeAsync(ApiCallback<Page<Webhook>> _callback) |
Execute list request (asynchronously)
|
ApiResponse<AnalyticsAggregatedMetricsResponse> |
AnalyticsApi.APIgetAggregatedMetricsRequest.executeWithHttpInfo() |
Execute getAggregatedMetrics request with HTTP info returned
|
ApiResponse<AnalyticsMetricsBreakdownResponse> |
AnalyticsApi.APIgetMetricsBreakdownRequest.executeWithHttpInfo() |
Execute getMetricsBreakdown request with HTTP info returned
|
ApiResponse<AnalyticsMetricsOverTimeResponse> |
AnalyticsApi.APIgetMetricsOverTimeRequest.executeWithHttpInfo() |
Execute getMetricsOverTime request with HTTP info returned
|
ApiResponse<CaptionsListResponse> |
CaptionsApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<ChaptersListResponse> |
ChaptersApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<LiveStreamListResponse> |
LiveStreamsApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<PlayerThemesListResponse> |
PlayerThemesApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<SummariesListResponse> |
SummariesApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<ListTagsResponse> |
TagsApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<TokenListResponse> |
UploadTokensApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<VideosListResponse> |
VideosApi.APIlistDiscardedRequest.executeWithHttpInfo() |
Execute listDiscarded request with HTTP info returned
|
ApiResponse<VideosListResponse> |
VideosApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<WatermarksListResponse> |
WatermarksApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
ApiResponse<WebhooksListResponse> |
WebhooksApi.APIlistRequest.executeWithHttpInfo() |
Execute list request with HTTP info returned
|
Caption |
CaptionsApi.get(String videoId,
String language) |
Retrieve a caption
Retrieve a caption for a video in a specific language.
|
Chapter |
ChaptersApi.get(String videoId,
String language) |
Retrieve a chapter
Retrieve a chapter for by video id in a specific language.
|
LiveStream |
LiveStreamsApi.get(String liveStreamId) |
Retrieve live stream
Get a livestream by id.
|
PlayerTheme |
PlayerThemesApi.get(String playerId) |
Retrieve a player
Retreive a player theme by player id.
|
Video |
VideosApi.get(String videoId) |
Retrieve a video object
This call provides the same information provided on video creation.
|
Webhook |
WebhooksApi.get(String webhookId) |
Retrieve Webhook details
Retrieve webhook details by id.
|
okhttp3.Call |
CaptionsApi.getAsync(String videoId,
String language,
ApiCallback<Caption> _callback) |
Retrieve a caption (asynchronously) Retrieve a caption for a video in a specific language.
|
okhttp3.Call |
ChaptersApi.getAsync(String videoId,
String language,
ApiCallback<Chapter> _callback) |
Retrieve a chapter (asynchronously) Retrieve a chapter for by video id in a specific language.
|
okhttp3.Call |
LiveStreamsApi.getAsync(String liveStreamId,
ApiCallback<LiveStream> _callback) |
Retrieve live stream (asynchronously) Get a livestream by id.
|
okhttp3.Call |
PlayerThemesApi.getAsync(String playerId,
ApiCallback<PlayerTheme> _callback) |
Retrieve a player (asynchronously) Retreive a player theme by player id.
|
okhttp3.Call |
VideosApi.getAsync(String videoId,
ApiCallback<Video> _callback) |
Retrieve a video object (asynchronously) This call provides the same information provided on video creation.
|
okhttp3.Call |
WebhooksApi.getAsync(String webhookId,
ApiCallback<Webhook> _callback) |
Retrieve Webhook details (asynchronously) Retrieve webhook details by id.
|
Video |
VideosApi.getDiscarded(String videoId) |
Retrieve a discarded video object
This call provides the same information provided on video creation.
|
okhttp3.Call |
VideosApi.getDiscardedAsync(String videoId,
ApiCallback<Video> _callback) |
Retrieve a discarded video object (asynchronously) This call provides the same information provided on video
creation.
|
ApiResponse<Video> |
VideosApi.getDiscardedWithHttpInfo(String videoId) |
Retrieve a discarded video object
This call provides the same information provided on video creation.
|
VideoStatus |
VideosApi.getStatus(String videoId) |
Retrieve video status and details
This method provides upload status & encoding status to determine when the video is uploaded or ready to
playback.
|
okhttp3.Call |
VideosApi.getStatusAsync(String videoId,
ApiCallback<VideoStatus> _callback) |
Retrieve video status and details (asynchronously) This method provides upload status & encoding status to
determine when the video is uploaded or ready to playback.
|
ApiResponse<VideoStatus> |
VideosApi.getStatusWithHttpInfo(String videoId) |
Retrieve video status and details
This method provides upload status & encoding status to determine when the video is uploaded or ready to
playback.
|
SummarySource |
SummariesApi.getSummarySource(String summaryId) |
Get summary details
Get all details for a summary.
|
okhttp3.Call |
SummariesApi.getSummarySourceAsync(String summaryId,
ApiCallback<SummarySource> _callback) |
Get summary details (asynchronously) Get all details for a summary.
|
ApiResponse<SummarySource> |
SummariesApi.getSummarySourceWithHttpInfo(String summaryId) |
Get summary details
Get all details for a summary.
|
UploadToken |
UploadTokensApi.getToken(String uploadToken) |
Retrieve upload token
Retrieve details about a specific upload token by id.
|
okhttp3.Call |
UploadTokensApi.getTokenAsync(String uploadToken,
ApiCallback<UploadToken> _callback) |
Retrieve upload token (asynchronously) Retrieve details about a specific upload token by id.
|
ApiResponse<UploadToken> |
UploadTokensApi.getTokenWithHttpInfo(String uploadToken) |
Retrieve upload token
Retrieve details about a specific upload token by id.
|
ApiResponse<Caption> |
CaptionsApi.getWithHttpInfo(String videoId,
String language) |
Retrieve a caption
Retrieve a caption for a video in a specific language.
|
ApiResponse<Chapter> |
ChaptersApi.getWithHttpInfo(String videoId,
String language) |
Retrieve a chapter
Retrieve a chapter for by video id in a specific language.
|
ApiResponse<LiveStream> |
LiveStreamsApi.getWithHttpInfo(String liveStreamId) |
Retrieve live stream
Get a livestream by id.
|
ApiResponse<PlayerTheme> |
PlayerThemesApi.getWithHttpInfo(String playerId) |
Retrieve a player
Retreive a player theme by player id.
|
ApiResponse<Video> |
VideosApi.getWithHttpInfo(String videoId) |
Retrieve a video object
This call provides the same information provided on video creation.
|
ApiResponse<Webhook> |
WebhooksApi.getWithHttpInfo(String webhookId) |
Retrieve Webhook details
Retrieve webhook details by id.
|
Video |
VideosApi.pickThumbnail(String videoId,
VideoThumbnailPickPayload videoThumbnailPickPayload) |
Set a thumbnail
Pick a thumbnail from the given time code.
|
okhttp3.Call |
VideosApi.pickThumbnailAsync(String videoId,
VideoThumbnailPickPayload videoThumbnailPickPayload,
ApiCallback<Video> _callback) |
Set a thumbnail (asynchronously) Pick a thumbnail from the given time code.
|
ApiResponse<Video> |
VideosApi.pickThumbnailWithHttpInfo(String videoId,
VideoThumbnailPickPayload videoThumbnailPickPayload) |
Set a thumbnail
Pick a thumbnail from the given time code.
|
AccessToken |
AdvancedAuthenticationApi.refresh(RefreshTokenPayload refreshTokenPayload) |
Refresh Bearer Token
Accepts the old bearer token and returns a new bearer token that can be used to authenticate other endpoint.
|
okhttp3.Call |
AdvancedAuthenticationApi.refreshAsync(RefreshTokenPayload refreshTokenPayload,
ApiCallback<AccessToken> _callback) |
Refresh Bearer Token (asynchronously) Accepts the old bearer token and returns a new bearer token that can be
used to authenticate other endpoint.
|
ApiResponse<AccessToken> |
AdvancedAuthenticationApi.refreshWithHttpInfo(RefreshTokenPayload refreshTokenPayload) |
Refresh Bearer Token
Accepts the old bearer token and returns a new bearer token that can be used to authenticate other endpoint.
|
Caption |
CaptionsApi.update(String videoId,
String language,
CaptionsUpdatePayload captionsUpdatePayload) |
Update a caption
To have the captions on automatically, use this method to set default: true.
|
LiveStream |
LiveStreamsApi.update(String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream
Updates the livestream object.
|
PlayerTheme |
PlayerThemesApi.update(String playerId,
PlayerThemeUpdatePayload playerThemeUpdatePayload) |
Update a player
Use a player ID to update specific details for a player.
|
SummarySource |
SummariesApi.update(String summaryId,
SummaryUpdatePayload summaryUpdatePayload) |
Update summary details
Update details for a summary.
|
Video |
VideosApi.update(String videoId,
VideoUpdatePayload videoUpdatePayload) |
Update a video object
Updates the parameters associated with a video ID.
|
okhttp3.Call |
CaptionsApi.updateAsync(String videoId,
String language,
CaptionsUpdatePayload captionsUpdatePayload,
ApiCallback<Caption> _callback) |
Update a caption (asynchronously) To have the captions on automatically, use this method to set default: true.
|
okhttp3.Call |
LiveStreamsApi.updateAsync(String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload,
ApiCallback<LiveStream> _callback) |
Update a live stream (asynchronously) Updates the livestream object.
|
okhttp3.Call |
PlayerThemesApi.updateAsync(String playerId,
PlayerThemeUpdatePayload playerThemeUpdatePayload,
ApiCallback<PlayerTheme> _callback) |
Update a player (asynchronously) Use a player ID to update specific details for a player.
|
okhttp3.Call |
SummariesApi.updateAsync(String summaryId,
SummaryUpdatePayload summaryUpdatePayload,
ApiCallback<SummarySource> _callback) |
Update summary details (asynchronously) Update details for a summary.
|
okhttp3.Call |
VideosApi.updateAsync(String videoId,
VideoUpdatePayload videoUpdatePayload,
ApiCallback<Video> _callback) |
Update a video object (asynchronously) Updates the parameters associated with a video ID.
|
Video |
VideosApi.updateDiscarded(String videoId,
DiscardedVideoUpdatePayload discardedVideoUpdatePayload) |
Update a discarded video object
Use this endpoint to restore a discarded video when you have the Video Restore feature enabled.
|
okhttp3.Call |
VideosApi.updateDiscardedAsync(String videoId,
DiscardedVideoUpdatePayload discardedVideoUpdatePayload,
ApiCallback<Video> _callback) |
Update a discarded video object (asynchronously) Use this endpoint to restore a discarded video when you have the
Video Restore feature enabled.
|
ApiResponse<Video> |
VideosApi.updateDiscardedWithHttpInfo(String videoId,
DiscardedVideoUpdatePayload discardedVideoUpdatePayload) |
Update a discarded video object
Use this endpoint to restore a discarded video when you have the Video Restore feature enabled.
|
ApiResponse<Caption> |
CaptionsApi.updateWithHttpInfo(String videoId,
String language,
CaptionsUpdatePayload captionsUpdatePayload) |
Update a caption
To have the captions on automatically, use this method to set default: true.
|
ApiResponse<LiveStream> |
LiveStreamsApi.updateWithHttpInfo(String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream
Updates the livestream object.
|
ApiResponse<PlayerTheme> |
PlayerThemesApi.updateWithHttpInfo(String playerId,
PlayerThemeUpdatePayload playerThemeUpdatePayload) |
Update a player
Use a player ID to update specific details for a player.
|
ApiResponse<SummarySource> |
SummariesApi.updateWithHttpInfo(String summaryId,
SummaryUpdatePayload summaryUpdatePayload) |
Update summary details
Update details for a summary.
|
ApiResponse<Video> |
VideosApi.updateWithHttpInfo(String videoId,
VideoUpdatePayload videoUpdatePayload) |
Update a video object
Updates the parameters associated with a video ID.
|
Caption |
CaptionsApi.upload(String videoId,
String language,
File file) |
Upload a caption
Upload a VTT file to add captions to your video.
|
Chapter |
ChaptersApi.upload(String videoId,
String language,
File file) |
Upload a chapter
Upload a VTT file to add chapters to your video.
|
Video |
VideosApi.upload(String videoId,
File file) |
Upload a video
To upload a video to the videoId you created.
|
Video |
VideosApi.upload(String videoId,
File file,
UploadProgressListener uploadProgressListener) |
Upload a video
To upload a video to the videoId you created.
|
Watermark |
WatermarksApi.upload(File file) |
Upload a watermark
Create a new watermark by uploading a `JPG` or a `PNG` image.
|
okhttp3.Call |
CaptionsApi.uploadAsync(String videoId,
String language,
File file,
ApiCallback<Caption> _callback) |
Upload a caption (asynchronously) Upload a VTT file to add captions to your video.
|
okhttp3.Call |
ChaptersApi.uploadAsync(String videoId,
String language,
File file,
ApiCallback<Chapter> _callback) |
Upload a chapter (asynchronously) Upload a VTT file to add chapters to your video.
|
okhttp3.Call |
WatermarksApi.uploadAsync(File file,
ApiCallback<Watermark> _callback) |
Upload a watermark (asynchronously) Create a new watermark by uploading a `JPG` or a `PNG`
image.
|
Video |
VideosApi.UploadProgressiveSession.uploadLastPart(File part) |
|
Video |
VideosApi.UploadProgressiveSession.uploadLastPart(File part,
Integer partId,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadProgressiveSession.uploadLastPart(File part,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadLastPart(File part) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadLastPart(File part,
Integer partId,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadLastPart(File part,
UploadPartProgressListener uploadProgressListener) |
|
PlayerTheme |
PlayerThemesApi.uploadLogo(String playerId,
File file,
String link) |
Upload a logo
Upload an image file as a logo for your player.
|
okhttp3.Call |
PlayerThemesApi.uploadLogoAsync(String playerId,
File file,
String link,
ApiCallback<PlayerTheme> _callback) |
Upload a logo (asynchronously) Upload an image file as a logo for your player.
|
ApiResponse<PlayerTheme> |
PlayerThemesApi.uploadLogoWithHttpInfo(String playerId,
File file,
String link) |
Upload a logo
Upload an image file as a logo for your player.
|
Video |
VideosApi.UploadProgressiveSession.uploadPart(File part) |
|
Video |
VideosApi.UploadProgressiveSession.uploadPart(File part,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadProgressiveSession.uploadPart(File part,
Integer partId,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadProgressiveSession.uploadPart(File part,
Integer partId,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadProgressiveSession.uploadPart(File part,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPart(File part) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPart(File part,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPart(File part,
Integer partId,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPart(File part,
Integer partId,
UploadPartProgressListener uploadProgressListener) |
|
Video |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPart(File part,
UploadPartProgressListener uploadProgressListener) |
|
ApiResponse<Video> |
VideosApi.UploadProgressiveSession.uploadPartWithHttpInfo(File part,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
ApiResponse<Video> |
VideosApi.UploadProgressiveSession.uploadPartWithHttpInfo(File part,
Integer partId,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
ApiResponse<Video> |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPartWithHttpInfo(File part,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
ApiResponse<Video> |
VideosApi.UploadWithUploadTokenProgressiveSession.uploadPartWithHttpInfo(File part,
Integer partId,
boolean isLastPart,
UploadPartProgressListener uploadProgressListener) |
|
LiveStream |
LiveStreamsApi.uploadThumbnail(String liveStreamId,
File file) |
Upload a thumbnail
Upload the thumbnail for the livestream.
|
Video |
VideosApi.uploadThumbnail(String videoId,
File file) |
Upload a thumbnail
The thumbnail is the poster that appears in the player window before video playback begins.
|
okhttp3.Call |
LiveStreamsApi.uploadThumbnailAsync(String liveStreamId,
File file,
ApiCallback<LiveStream> _callback) |
Upload a thumbnail (asynchronously) Upload the thumbnail for the livestream.
|
okhttp3.Call |
VideosApi.uploadThumbnailAsync(String videoId,
File file,
ApiCallback<Video> _callback) |
Upload a thumbnail (asynchronously) The thumbnail is the poster that appears in the player window before video
playback begins.
|
ApiResponse<LiveStream> |
LiveStreamsApi.uploadThumbnailWithHttpInfo(String liveStreamId,
File file) |
Upload a thumbnail
Upload the thumbnail for the livestream.
|
ApiResponse<Video> |
VideosApi.uploadThumbnailWithHttpInfo(String videoId,
File file) |
Upload a thumbnail
The thumbnail is the poster that appears in the player window before video playback begins.
|
ApiResponse<Caption> |
CaptionsApi.uploadWithHttpInfo(String videoId,
String language,
File file) |
Upload a caption
Upload a VTT file to add captions to your video.
|
ApiResponse<Chapter> |
ChaptersApi.uploadWithHttpInfo(String videoId,
String language,
File file) |
Upload a chapter
Upload a VTT file to add chapters to your video.
|
ApiResponse<Video> |
VideosApi.uploadWithHttpInfo(String videoId,
File file) |
Upload a video
To upload a video to the videoId you created.
|
ApiResponse<Video> |
VideosApi.uploadWithHttpInfo(String videoId,
File file,
UploadProgressListener uploadProgressListener) |
Upload a video
To upload a video to the videoId you created.
|
ApiResponse<Watermark> |
WatermarksApi.uploadWithHttpInfo(File file) |
Upload a watermark
Create a new watermark by uploading a `JPG` or a `PNG` image.
|
Video |
VideosApi.uploadWithUploadToken(String token,
File file) |
Upload with an delegated upload token
This method allows you to send a video using an upload token.
|
Video |
VideosApi.uploadWithUploadToken(String token,
File file,
String videoId,
UploadProgressListener uploadProgressListener) |
Upload with an delegated upload token
This method allows you to send a video using an upload token.
|
Video |
VideosApi.uploadWithUploadToken(String token,
File file,
UploadProgressListener uploadProgressListener) |
Upload with an delegated upload token
This method allows you to send a video using an upload token.
|
ApiResponse<Video> |
VideosApi.uploadWithUploadTokenWithHttpInfo(String token,
File file) |
Upload with an delegated upload token
This method allows you to send a video using an upload token.
|
ApiResponse<Video> |
VideosApi.uploadWithUploadTokenWithHttpInfo(String token,
File file,
String videoId,
UploadProgressListener uploadProgressListener) |
Upload with an delegated upload token
This method allows you to send a video using an upload token.
|