Baidu Wenku AIPictureBook
Generate static or dynamic picture book videos using Baidu Wenku AI
New
Join 0+ developers using this skill
skill
Creative & Media
intermediate
Generate static or dynamic picture book videos using Baidu Wenku AI
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Generate picture book videos from stories or descriptions.
| Type | Method | Description |
|---|---|---|
| Static | 9 | Static picture book |
| Dynamic | 10 | Dynamic picture book |
Required: User must specify type (static/9 or dynamic/10). If not provided, ask them to choose.
| Code | Status | Action |
|---|---|---|
| 0, 1, 3 | In Progress | Continue polling |
| 2 | Completed | Return results |
| Other | Failed | Show error |
Endpoint:
POST /v2/tools/ai_picture_book/task_create
Parameters:
method (required): 9 for static, 10 for dynamiccontent (required): Story or descriptionExample:
python3 scripts/ai_picture_book_task_create.py 9 "A brave cat explores the world."
Response:
{ "task_id": "uuid-string" }
Endpoint:
GET /v2/tools/ai_picture_book/query
Parameters:
task_id (required): Task ID from create endpointExample:
python3 scripts/ai_picture_book_task_query.py "task-id-here"
Response (Completed):
{ "status": 2, "video_bos_url": "https://...", }
python3 scripts/ai_picture_book_poll.py <task_id> [max_attempts] [interval_seconds]
Examples:
# Default: 20 attempts, 5s intervals python3 scripts/ai_picture_book_poll.py "task-id-here"Custom: 30 attempts, 10s intervals
python3 scripts/ai_picture_book_poll.py "task-id-here" 30 10
task_idNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.