# Vyond Turbo API

**Canonical:** https://apis.io/apis/vyond/vyond-turbo-api/  
**Provider:** Vyond — https://apis.io/providers/vyond/  
**Base URL:** https://api.vyond.com  
**Documentation:** https://api.vyond.com/doc/

Vyond Turbo API is one of 8 APIs that [Vyond](https://apis.io/providers/vyond/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Turbo. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

APIs for creating and tracking Turbo video generation tasks. Turbo lets you generate a video from a text prompt, optionally grounded on reference files (e.g. `.txt`, `.pdf`, `.docx`, `.pptx`). Submit a prompt to start a task, then poll the task by its ID to retrieve the status and, once completed, the download URL of the generated video. ## Webhook events Instead of polling, you can listen to webhook events to be notified when a Turbo task completes. Webhook events are always emitted for every task, so you can register a webhook subscription (owner type `user`) before the task completes, or supply a one-off `callbackWebhook` in the create request. | Event | Description | | ---------------------------- | ------------------------------------------------------------------------------------------------------------------- | | `turbo_generation.succeeded` | The Turbo video generation completed successfully. `data` contains `downloadUrl`, `creditConsumed` and `expiredAt`. | | `turbo_generation.failed` | The Turbo video generation failed (or timed out). An `error.code` is included. | The event `data` contains `id` (the task/thread ID), `status` and `turboThreadUrl`. Refer to [Webhook events](#tag/Webhook/Webhook-events) for the event body type definition, signature verification and sample payloads.

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/vyond/refs/heads/main/openapi/vyond-turbo-api-openapi.yml
- **Documentation** — https://api.vyond.com/doc/
- **APIReference** — https://api.vyond.com/doc/
- **GettingStarted** — https://help.vyond.com/hc/en-us/articles/51873650828052-How-do-I-use-the-Vyond-API

## Other Vyond APIs (7)

- [Vyond Content Generation API](https://apis.io/apis/vyond/vyond-content-generation-api/)
- [Vyond Parameter API](https://apis.io/apis/vyond/vyond-parameter-api/)
- [Vyond SCIM API](https://apis.io/apis/vyond/vyond-scim-api/)
- [Vyond User API](https://apis.io/apis/vyond/vyond-user-api/)
- [Vyond Video API](https://apis.io/apis/vyond/vyond-video-api/)
- [Vyond Video Export API](https://apis.io/apis/vyond/vyond-video-export-api/)
- [Vyond Webhook API](https://apis.io/apis/vyond/vyond-webhook-api/)

## Tags

Turbo

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/vyond/vyond-turbo-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/vyond/.
