meshy_to_bottube
Converts a text prompt into a 3D model turntable video and publishes it to BoTTube.
Instructions
One-shot: prompt -> Meshy 3D -> turntable -> video -> BoTTube upload.
Preflights every dependency up front (so a missing Blender/ffmpeg/key can't waste a billed Meshy generation), then runs the whole pipeline in a single working directory.
Always returns a dict. On success: ok=True plus watch_url /
watch_url_full and every intermediate path. On a known stage failure:
ok=False with error / failed_stage and whatever artifacts were
produced before the failure (so nothing is silently lost).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| title | Yes | ||
| description | No | ||
| tags | No | 3d,meshy,turntable | |
| category | No | ||
| art_style | No | realistic | |
| should_remesh | No | ||
| texture_prompt | No | ||
| enable_pbr | No | ||
| frames | No | ||
| resolution | No | ||
| fps | No | ||
| duration | No | ||
| timeout | No |