Vidbyte API
Vidbyte is a production API for generating structured learning resources that your product can create, store, and retrieve over time.
What Vidbyte API is
Vidbyte API is the public interface for generating structured learning artifacts such as quickhits, roadmaps, quizzes, exams, and projects. Instead of returning one-off responses that disappear after a single call, it returns durable resources with public identifiers that your application can store and fetch later.
What it does
Every route family follows the same general model: authenticate the request, send a typed payload, receive a structured resource, and keep the returned encrypted id for later retrieval. That makes the integration predictable whether you are generating a fast explainer, a staged roadmap, a quiz, an exam, or a project.
This is useful when your product needs educational output with structure instead of untracked text. The API is designed so your application can create resources, display them, revisit them, and build follow-up workflows around them.
Base URL
The public API base URL is shown below. All documented routes are relative to this host.
Base URL
Public API host
https://vidbyte.pro/apiAuthentication
Vidbyte accepts either a bearer token or an `x-api-key` header. Create your key in settings, store it securely, and send it on every request to the public API.
Headers
Supported auth headers
Authorization: Bearer vb_live_your_api_key
x-api-key: vb_live_your_api_key
Content-Type: application/json