How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Vyond Turbo API

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 eventsInstead 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.

Vyond Turbo API is one of 8 APIs that Vyond publishes on the 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.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.2.0, at version 1.1.0.

Requests are made against the base URL https://api.vyond.com.

2 operations 2 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.0
Base URL
https://api.vyond.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Vyond Turbo API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearer).

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Turbo 2

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, .p…

POST
/rest/v1/turbo/
Create Turbo video generation
TurboController.createTurbo body → 200400401403422429500
GET
/rest/v1/turbo/{id}
Get Turbo video generation
TurboController.getTurbo 1 param → 200401403404429500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ApiErrorResponse (5 properties), TurboGetResBody (5 properties), TurboCreateReqBody (4 properties), ValidationDetail (2 properties). Each schema is shown below with its type and property counts.

TurboCreateResBody
object
1 property 1 required
TurboGetResBody
object
5 properties 2 required
TurboCreateReqBody
object
4 properties 1 required
CallbackWebhook
object
2 properties 1 required
ApiErrorResponse
object
5 properties 1 required
ValidationDetail
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vyond-turbo-api-openapi.yml Raw ↑

Other APIs Vyond publishes across the network.

Vyond Content Generation API
Vyond Parameter API
Vyond SCIM API
Vyond User API
Vyond Video API
Vyond Video Export API
Vyond Webhook API
Where this information came from

This is an independent, third-party profile of Vyond Turbo API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.