> ## Documentation Index
> Fetch the complete documentation index at: https://docs.widerouter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WideRouter

> One async API for image and video generation. Same request shape across every model — switch models by changing parameters, not code paths.

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.

<Info>
  **Scaffold notice.** This page is a structural placeholder from the repository
  bootstrap. Replace this copy with the real product introduction before publishing.
</Info>

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Submit your first task and download the result in about five minutes.
  </Card>

  <Card title="API reference" icon="terminal">
    Create a task, query a task, and the full polling loop.
  </Card>
</CardGroup>
