Skip to content

Commit

Permalink
Merge pull request #294 from apivideo/Add-missing-H1-headers
Browse files Browse the repository at this point in the history
Add missing H1 headers
  • Loading branch information
szekelyzol authored Oct 11, 2023
2 parents 564d8f0 + d4ea1da commit 9f21bbb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/documentation/delivery-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ meta:

<hr/>

## Start delivering with api.video
# Start delivering with api.video

</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/documentation/live-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ meta:

<hr/>

## Start streaming with api.video
# Start streaming with api.video

</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/documentation/sdks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ meta:

<hr/>

## Start implementing with api.video
# Start implementing with api.video

</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/documentation/vod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ api.video's transcoding and delivery is one of the fastest in the market.</span

<hr/>

## Start working with api.video
# Start working with api.video

</div>

Expand Down
10 changes: 5 additions & 5 deletions templates/documentation/vod/upload-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: "Upload video from source"
---

## Upload video from source
# Upload video from source

api.video enables you to upload a video container file [via a URL](#upload-a-file-from-url), or [clone one of your existing videos](#clone-an-existing-video).

### Upload a file from a URL
## Upload a file from a URL

Uploading a video from a video URL enables you go through the whole video upload process in only 1 step. Paste a URL that points to your video container (for example, the `.mp4` file of your video) into the `source` field in your request:

Expand Down Expand Up @@ -164,7 +164,7 @@ Replace the link in the example above with your video container (for example, th
{% endcapture %}
{% include "_partials/callout.html" kind: "info", content: content %}

### Clone an existing video
## Clone an existing video

You can clone a video that already exists in your api.video project. Just paste your video's `videoId` into the `source` field in your request:

Expand Down Expand Up @@ -317,7 +317,7 @@ catch (ApiException e)
{% endcapture %}
{% include "_partials/code-tabs.md" samples: samples %}

### API response
## API response

```json
202 - Accepted video object creation from source URL or source Video ID (for cloning)
Expand All @@ -334,7 +334,7 @@ catch (ApiException e)

## Watch and share your video

The easiest way to play your video is to use the [api.video](https://api.video/) player URL that you received in the [ API response](#api-response):
The easiest way to play your video is to use the [api.video](https://api.video/) player URL that you received in the [API response](#api-response):

`"player": "https://embed.api.video/vod/{videoId}"`

Expand Down

0 comments on commit 9f21bbb

Please sign in to comment.