Skip to content

Commit 99586c4

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-639: docs: change api schema for fetch in kling v2.6 pro i2v
1 parent b7d2172 commit 99586c4

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
* [video-v2.6-pro-text-to-video](api-references/video-models/kling-ai/video-v2-6-pro-text-to-video.md)
271271
* [video-v2.6-pro-image-to-video](api-references/video-models/kling-ai/video-v2.6-pro-image-to-video.md)
272272
* [kling o1 models](api-references/video-models/kling-ai/kling-o1-models.md)
273-
* [kling video o1 reference to video kling ai](api-references/video-models/kling-ai/kling-video-o1-reference-to-video-kling-ai.md)
273+
* [video o1 reference to video kling ai](api-references/video-models/kling-ai/video-o1-reference-to-video-kling-ai.md)
274274
* [Krea](api-references/video-models/krea/README.md)
275275
* [krea-wan-14b/text-to-video](api-references/video-models/krea/krea-wan-14b-text-to-video.md)
276276
* [krea-wan-14b/video-to-video](api-references/video-models/krea/krea-wan-14b-video-to-video.md)

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hidden: true
33
noIndex: true
44
---
55

6-
# kling video o1 reference to video kling ai
6+
# video o1 reference to video kling ai
77

88
{% columns %}
99
{% column width="66.66666666666666%" %}
@@ -63,6 +63,10 @@ If you need a more detailed walkthrough for setting up your development environm
6363
[Broken link](/broken/openapi/v2.1-standard-image-to-video-pair)
6464
{% endopenapi-operation %}
6565

66+
{% openapi-operation spec="d1m7-auto-kling-video-o1-reference-to-video-kling-ai" path="/v2/generate/video/kling/generation" method="get" %}
67+
[Broken link](/broken/openapi/d1m7-auto-kling-video-o1-reference-to-video-kling-ai)
68+
{% endopenapi-operation %}
69+
6670
## Code Example
6771

6872
{% tabs %}

docs/api-references/video-models/kling-ai/video-v2.6-pro-image-to-video.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Below, you can find two corresponding API schemas and an example with both endpo
4040
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 `generation_id`, obtained from the endpoint described above.\
4141
If the video generation task status is `complete`, the response will include the final result — with the generated video URL and additional metadata.
4242

43-
{% openapi-operation spec="kling-fetch" path="/v2/generate/video/kling/generation" method="get" %}
44-
[OpenAPI kling-fetch](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/Kling-AI/v1.6-standard-effects-pair.json)
43+
{% openapi-operation spec="universal-video-endpoint-fetch" path="/v2/video/generations" method="get" %}
44+
[OpenAPI universal-video-endpoint-fetch](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/video-models/ByteDance/omnihuman-pair.json)
4545
{% endopenapi-operation %}
4646

4747
## Code Example

0 commit comments

Comments
 (0)