Public Beta Access

Build without limits.

Rooya empowers you to generate stunning visuals with a single API call. Simple, powerful, and built for the future of creativity.

api.rooya.dev — bash — 80x24
$# Generate an image instantly
curl -X POST https://api.rooya.dev/v1/images \
-H "Authorization: Bearer rk_live_..." \
-H "Content-Type: application/json" \
-d '{"prompt": "A futuristic city"}'
{ "id": "img_123", "status": "processing", "url": "..." }