Skip to content

Commit 5700c2f

Browse files
feat: edit video-v2-6-pro-motion-control md
1 parent 65b2075 commit 5700c2f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,25 @@ If you need a more detailed walkthrough for setting up your development environm
5252

5353
</details>
5454

55-
## API Schema
55+
## API Schemas
56+
57+
### Generate video
5658

5759
{% openapi-operation spec="video-v2-6-pro-motion-control" path="/v2/video/generations" method="post" %}
5860
[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)
5961
{% endopenapi-operation %}
6062

63+
64+
### Retrieve the generated video from the server
65+
66+
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.\
67+
If the video generation task status is `completed`, the response will include the final result — with the generated video URL and additional metadata.
68+
69+
{% openapi-operation spec="universal-video-endpoint-fetch" path="/v2/video/generations" method="get" %}
70+
[OpenAPI universal-video-endpoint-fetch](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/universal-video-fetch.json)
71+
{% endopenapi-operation %}
72+
73+
6174
## Code Example
6275

6376
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)