DocsFlux Schnell
Imagethird-party proxy

Flux Schnell

Fast image generation using Flux Schnell via fal.ai. Produces 1024x1024 images with minimal latency.

$0.04 per image

Parameters

ParameterTypeRequiredDefaultDescription
promptstringrequiredText description of the image to generate

Example Request

curl -X POST https://cutedsl.cc/api/service \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "service": "flux_image",
    "prompt": "a futuristic cityscape at night with neon lights"
  }'

Example Response

{
  "result": {
    "image_url": "https://fal.media/files/example/image.webp",
    "width": 1024,
    "height": 1024
  },
  "credits_used": 40,
  "credits_remain": 49960,
  "usd_equivalent": 0.04
}

Playground

Connect your wallet to try the playground.

Connect Wallet