Flash API
Base URL:https://api.timepointai.com
All endpoints require X-Service-Key header authentication.
Health Check
Render Endpoints
POST /api/v1/timepoints/generate/sync
Synchronous render — blocks until the full scene is generated.| Field | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural language description of the moment |
generate_image | boolean | No | Generate photorealistic image (default: false) |
POST /api/v1/timepoints/generate/stream
Server-Sent Events (SSE) stream — returns pipeline progress in real-time as each agent completes.Judge → Timeline → Grounding → Scene → Characters → Moment → Camera → Dialog → Critique → ImagePrompt → Optimizer → ImageGen
Image Generation
Flash uses a 3-tier fallback chain:- Google Imagen (primary)
- OpenRouter Flux (fallback)
- Pollinations.ai (free fallback)
generate_image: true.
LLM Providers
| Provider | Role |
|---|---|
| Google Gemini | Primary LLM for all agents |
| OpenRouter | Fallback with dynamic model registry |