API Overview
// the street finds its own uses for things
Generative media at the speed of thought. Images and video from the edge, served hot off Blackwell tensor cores.
Quick Example
curl -X POST "https://sync.render.weyl.ai/image/flux/schnell/t2i?format=1024" \ -H "Authorization: Bearer $WEYL_API_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt":"cyberpunk street at night, neon rain"}' \ -o output.webpYou POST. You get bytes. The Content-Location header points to the CDN.
Service Tiers
sync.render.weyl.ai
Dedicated bare metal, SLA-backed.
- POST, receive bytes immediately
- No queue, no polling
- 503 if capacity exhausted
- WebSocket available for streaming frames
Use when: Real-time preview, interactive tools, live generation
async.render.weyl.ai
Queue-backed, CDN-arbitraged pricing.
- POST returns 202 with job ID
- Poll, SSE, or WebSocket for progress
- Equal quality, lower cost, higher latency
Use when: Batch workflows, cost optimization, non-critical timing
cdn.render.weyl.ai
Immutable asset delivery.
- Every generated asset gets a permanent URL
- Cache-forever semantics
- Global CDN distribution
Next Steps
- Authentication - Set up your API keys
- Sync Tier - Real-time generation
- Async Tier - Queue-based workflows