You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-references/video-models/kling-ai/video-o1-video-to-video-reference.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ layout:
15
15
visible: true
16
16
---
17
17
18
-
# video-o1-video-to-video-reference
18
+
# video-o1/video-to-video-reference
19
19
20
20
{% columns %}
21
21
{% column width="66.66666666666666%" %}
@@ -43,7 +43,7 @@ The model that performs video-to-video editing by applying a reference style or
43
43
44
44
:digit\_one: **Setup You Can’t Skip**
45
45
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).\
47
47
: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.
48
48
49
49
: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
52
52
53
53
:digit\_three: **Modify the code example**
54
54
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.\
56
56
: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.
57
57
58
58
:digit\_four: <sup><sub><markstyle="background-color:yellow;">**(Optional)**<markstyle="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
69
69
70
70
</details>
71
71
72
-
## API Schema
72
+
## API Schemas
73
+
74
+
### Create a video generation task and send it to the server
Copy file name to clipboardExpand all lines: docs/api-references/video-models/kling-ai/video-v2.6-pro-motion-control.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A next-generation cinematic video generation model developed by KlingAI. It focu
26
26
27
27
:digit\_one: **Setup You Can’t Skip**
28
28
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).\
30
30
: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.
31
31
32
32
:digit\_two: **Copy the code example**
@@ -54,13 +54,12 @@ If you need a more detailed walkthrough for setting up your development environm
54
54
55
55
## API Schemas
56
56
57
-
### Generate video
57
+
### Create a video generation task and send it to the server
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
0 commit comments