image

Text To Image

5.0 (<100) Est. time: 10s
Text To Image

Parameters

The following parameters are required or optional when calling the API with this template.

Parameter Type Required Label Options
noise_seed number No Noise Seed default: -1, min: -1, max: 4294967295, step: 1
prompt textarea Yes Prompt
width number No Width default: 1024, min: 256, max: 2048, step: 64
height number No Height default: 1024, min: 256, max: 2048, step: 64
num_outputs number No Number of Outputs default: 1, min: 1, max: 10, step: 1
checkpoint text No Checkpoint

Code Example

Quick start with the cURL example below. Replace the API key and parameters with your own.

cURL
curl -X POST https://nsfwrouter.xyz/api/v1/tasks/create \
  -H "Authorization: Bearer sk-xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "tool_id": 3,
    "params": {
          "prompt": "prompt",
          "noise_seed": -1,
          "width": 1024,
          "height": 1024,
          "num_outputs": 1,
          "checkpoint": "your_value"
      },
    "webhook_url": "https://your-server.com/webhook"
  }'

Billing

Pay-as-you-go API pricing. No subscription required.

Coins / Image
12

Supported Models

Available checkpoint models for text-to-image generation.

Uber Realistic Porn Merge
uberRealisticPornMerge_ponyxl_hybridv1.safetensors
Pony Diffusion V6 XL
Pony_Diffusion_V6_XL.safetensors
Big Lust SDXL
BigLust_V16.safetensors
Juggernaut XL Ragnarok
Juggernaut_XL_Ragnarok.safetensors
DreamShaper XL
dreamshaperXL_v10TurboDPMSMSDenoisingScheduler.safetensors
LUSTIFY (line)
lustify_v10.safetensors
CyberRealistic XL
cyberrealistic_v8.safetensors
Big Love SDXL
BigLove_XL3.safetensors

Use the model value as the checkpoint parameter in your API request.

Get Started

Ready to Build?

Register, get your API key, and start creating in minutes.