WorldRouter

Skip to Content
Media GenerationOverview

Media Generation

WorldRouter generates both images and videos through the same API key and base URL. Pick the surface that matches the model you want to call — only the request body and response shape differ.

Images

Generate images through the OpenAI-compatible /v1/images/generations endpoint (gpt-image-2, Grok Imagine image) or Gemini’s native generateContent route.

Videos

Generate videos through WorldRouter’s native async task routes. Submit a job, poll until it finishes, then download the result.

Before you start

  1. Create a WorldRouter API key in the API Keys dashboard.
  2. Make sure the team has available credits on the Credits page.
  3. New to WorldRouter? Run through the Quickstart first for an API key, the base URL, and a connection test.
Last updated on