Skip to content

Commit

Permalink
Merge pull request #282 from apivideo/fix-upload-token-flowchart-path
Browse files Browse the repository at this point in the history
Fix Upload token flowchart image path
  • Loading branch information
szekelyzol authored Oct 2, 2023
2 parents b89e14e + 737b824 commit a9f414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/documentation/vod/delegated-upload-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using delegated upload tokens

You can upload videos using the traditional two-step process where you create a video container then upload your video into your container. You can also upload a video using a **delegated upload token**. This guide explains how to create, list, retrieve, and delete delegated upload tokens, and how to upload videos with them.

{% include "_partials/dark-light-image.md" dark: "/_assets/vod/upload-tokens/upload-token-dark.svg", light: "/_assets/vod/upload-tokens/upload-token-light.png" %}
{% include "_partials/dark-light-image.md" dark: "/_assets/vod/upload-tokens/upload-token-dark.svg", light: "/_assets/vod/upload-tokens/upload-token-light.svg" %}

In this type of upload, you retrieve a token from the tokens endpoint. You can then directly upload using the token upload endpoint. It's one step, and you don't provide anything except the file. You can update the metadata for the upload later. A benefit of a delegated token is that you define the TTL (time-to-live) value, so it expires only when you need it to. You can always use the token to upload. You can also create delegated tokens for others to use to do uploads.

Expand Down

0 comments on commit a9f414a

Please sign in to comment.