Skip to content

Commit edaab76

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-744: docs: fix small issues
1 parent 5700c2f commit edaab76

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/api-references/video-models/kling-ai/video-o1-video-to-video-reference.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout:
1515
visible: true
1616
---
1717

18-
# video-o1-video-to-video-reference
18+
# video-o1/video-to-video-reference
1919

2020
{% columns %}
2121
{% column width="66.66666666666666%" %}
@@ -43,7 +43,7 @@ The model that performs video-to-video editing by applying a reference style or
4343

4444
:digit\_one: **Setup You Can’t Skip**
4545

46-
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet). \
46+
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
4747
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure the key is enabled on the UI.
4848

4949
:digit\_two: **Copy the code example**
@@ -52,7 +52,7 @@ At the bottom of this page, you'll find a code example that shows how to structu
5252

5353
:digit\_three: **Modify the code example**
5454

55-
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key. \
55+
:black\_small\_square: Replace `<YOUR_AIMLAPI_KEY>` with your actual AI/ML API key.\
5656
:black\_small\_square: Adjust the input field used by this model (for example, prompt, input text, instructions, media source, or other model-specific input) to match your request.
5757

5858
:digit\_four: <sup><sub><mark style="background-color:yellow;">**(Optional)**<mark style="background-color:yellow;"><sub></sup> **Adjust other optional parameters if needed**
@@ -69,7 +69,9 @@ If you need a more detailed walkthrough for setting up your development environm
6969

7070
</details>
7171

72-
## API Schema
72+
## API Schemas
73+
74+
### Create a video generation task and send it to the server
7375

7476
{% openapi-operation spec="kling-video-o1-video-to-video-reference" path="/v2/video/generations" method="post" %}
7577
[OpenAPI kling-video-o1-video-to-video-reference](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/Kling-AI/video-o1-video-to-video-reference.json)

docs/api-references/video-models/kling-ai/video-v2.6-pro-motion-control.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A next-generation cinematic video generation model developed by KlingAI. It focu
2626

2727
:digit\_one: **Setup You Can’t Skip**
2828

29-
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet). \
29+
:black\_small\_square: [**Create an Account**](https://aimlapi.com/app/sign-up): Visit the AI/ML API website and create an account (if you don’t have one yet).\
3030
:black\_small\_square: [**Generate an API Key**](https://aimlapi.com/app/keys): After logging in, navigate to your account dashboard and generate your API key. Ensure the key is enabled on the UI.
3131

3232
:digit\_two: **Copy the code example**
@@ -54,13 +54,12 @@ If you need a more detailed walkthrough for setting up your development environm
5454

5555
## API Schemas
5656

57-
### Generate video
57+
### Create a video generation task and send it to the server
5858

5959
{% openapi-operation spec="video-v2-6-pro-motion-control" path="/v2/video/generations" method="post" %}
6060
[OpenAPI video-v2-6-pro-motion-control](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/Kling-AI/video-v2-6-pro-motion-control.json)
6161
{% endopenapi-operation %}
6262

63-
6463
### Retrieve the generated video from the server
6564

6665
After sending a request for video generation, this task is added to the queue. This endpoint lets you check the status of a video generation task using its `id`, obtained from the endpoint described above.\
@@ -70,7 +69,6 @@ If the video generation task status is `completed`, the response will include th
7069
[OpenAPI universal-video-endpoint-fetch](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/universal-video-fetch.json)
7170
{% endopenapi-operation %}
7271

73-
7472
## Code Example
7573

7674
The code below creates a video generation task, then automatically polls the server every **15** seconds until it finally receives the video URL.

0 commit comments

Comments
 (0)