Skip to main content
WideRouter gives you a single asynchronous task API for image and video generation. You submit a task, you poll for it, you download the result. That flow is identical for every model on the platform.

One endpoint, many models

Most gateways make you learn a new endpoint, a new request body, and a new response shape for each provider. WideRouter does not. The endpoint and the envelope stay fixed; what changes between models is the set of parameters inside the request body. That is why these docs are organized around parameter differences rather than around endpoints — the Models section is a comparison matrix, not a pile of per-provider integration guides.
Scaffold notice. This page is a structural placeholder from the repository bootstrap. Replace this copy with the real product introduction before publishing.

Where to go next

Quickstart

Submit your first task and download the result in about five minutes.

API reference

Create a task, query a task, and the full polling loop.