API  /  local
ALL SYSTEMS OPERATIONAL

REST API  ·  v1

One studio to
generate, manage,
and ship AI media.

AS Studio connects multiple AI providers behind a single API. Generate images, track credits, review outputs, and push assets directly into ArabsStock — all in one clean workspace.

120+
AI Providers
4800
Endpoints
99.9%
Uptime

// Capabilities

IMG
Image Generation
Unified interface across Flux, Leonardo, DALL·E, Ideogram and more. Single request schema, consistent response shape.
VID
Video Generation
T2V and I2V pipelines powered by Kling, Wan, Google Veo, and others. Async polling with webhook delivery.
AUD
Audio Generation
Voice synthesis, music creation, sound effects, and voice cloning through a single audio API surface.
MGT
Asset Management
Credit tracking, output review, S3 media pipelines, and direct push to ArabsStock contributor workflows.
// GET /api/v1/health 200 OK
{
  "status":    "operational",
  "service":   "AS Studio API",
  "version":   "v1",
  "timestamp": "2026-09-15T13:55:18+00:00",
  "providers": {
    "image": true,
    "video": true,
    "audio": true
  },
  "queue": {
    "status": "connected"
  },
  "cache": {
    "status": "connected"
  }
}