Vidbyte

API documentation

Roadmaps API

Roadmaps turn a learning goal into a phased plan. The public API supports create, list, get, and module-specific retrieval, all using encrypted public ids.

Why roadmaps are durable resources

A roadmap is not just a blob of text. It is a structured resource with modules and outcomes that your application can render, revisit, or slice into smaller subviews like per-module retrieval.

That makes roadmaps a strong fit for onboarding programs, certification prep, internal training plans, or agent workflows that need a stepwise plan before generating follow-up content.

The route family supports both full-resource and module-level retrieval

Use `/create` to generate the roadmap.

Store the roadmap `id` for later retrieval.

Use `/get` for the full roadmap payload.

Use `/get-module` when one module is the only follow-up view you need.

Roadmaps are best when you steer sequencing, level, and timeline clearly

This family is a good fit when your product needs curriculum structure instead of a short explainer. Give the model enough context about learner level, scope, and pacing so the roadmap can become a long-lived artifact instead of a vague outline.

Endpoints

4 pages