Skip to content

Sync Grok docs to upstream API surface (videos + tasks)#369

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/sync-docs-dreamina-grok
Draft

Sync Grok docs to upstream API surface (videos + tasks)#369
Copilot wants to merge 2 commits into
mainfrom
copilot/sync-docs-dreamina-grok

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Upstream Docs added Grok video generation and task-query APIs, while this repo’s grok/ docs only covered chat completions. This PR aligns local Grok documentation with the updated upstream OpenAPI/guide content.

  • Scope alignment (affected services)

    • Updated grok/ docs to reflect new upstream endpoints:
      • POST /grok/videos
      • POST /grok/tasks
    • No local dreamina/ directory exists in this monorepo clone, so no dreamina files were changed.
  • README API index updates

    • Extended grok/README.md API table to include Videos and Tasks docs.
    • Updated service summary/keywords to reflect Grok video + task capabilities.
  • New integration guides added

    • grok/docs/grok_videos_generation_api_integration_guide.md
      • Model modes, request schema, async callback usage, task polling linkage, error semantics.
    • grok/docs/grok_tasks_api_integration_guide.md
      • Single/batch task retrieval patterns and response structure.
| [Grok Videos Generation API](https://platform.acedata.cloud/documents/grok-videos) | `/grok/videos` | [Grok Videos Generation API Integration Guide](docs/grok_videos_generation_api_integration_guide.md) |
| [Grok Tasks API](https://platform.acedata.cloud/documents/grok-tasks) | `/grok/tasks` | [Grok Tasks API Integration Guide](docs/grok_tasks_api_integration_guide.md) |

Copilot AI changed the title [WIP] Sync API documentation for dreamina and grok services Sync Grok docs to upstream API surface (videos + tasks) Jun 19, 2026
Copilot AI requested a review from Germey June 19, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants