Try → curl → Studio
- Try — Adult Try $5.99 (15 fast pics). Copy the key once on the success page.
- curl — generate from your server with
safety_mode: adult (snippet below).
- Studio — log in with checkout email + API key. Favorites, folders, slideshows, zip downloads. Open an image → Copy seed for more repeatable rolls.
Base URL
https://nsfwpics.studio/v1
Auth: Authorization: Bearer rr_…
Generate (adult)
curl -s https://nsfwpics.studio/v1/images/generations \
-H "Authorization: Bearer $NSFWPICS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "fictional adult woman, neon alley, explicit, 18+",
"width": 768,
"height": 1152,
"response_format": "url",
"safety_mode": "adult"
}'
Response meta.seed is always set. Reuse it for more repeatable rolls — not a guaranteed “same face forever.” Keep a stable subject clause in the prompt.
Reuse a seed
curl -s https://nsfwpics.studio/v1/images/generations \
-H "Authorization: Bearer $NSFWPICS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "same fictional adult woman, different outfit, explicit, 18+",
"width": 768,
"height": 1152,
"seed": 123456789,
"response_format": "url",
"safety_mode": "adult"
}'
No face upload. No celebrity likeness. Fictional adults only. See character packs notes.
Fast vs premium (adult)
Both use the Lustify adult checkpoint. Fast = 1 credit (~28 steps). Premium = 3 credits (~45 steps) — sharper pass on the same model, not a second fleet. meta.adult_premium_same_model is true when that applies.
Packs (pics / month)
- Adult Try — $5.99/mo · up to 15 fast · ~5 premium · 15/min
- Adult Lite — $11.99/mo · up to 250 fast · ~83 premium · 25/min
- Adult Starter — $19/mo · up to 1,000 fast · ~333 premium · 40/min
- Adult Solo — $49/mo · up to 4,000 fast · ~1,333 premium · 60/min
- Adult Studio — $149/mo · up to 20,000 fast · ~6,666 premium · 120/min
- Adult Pro — $349/mo · up to 60,000 fast · ~20,000 premium · 300/min
Checkout →
Studio
After payment, log in with checkout email + API key. Favorites, folders, slideshows, zip downloads — while the sub is active. Lightbox → Copy seed.
Rules
Fictional adults only. See the policy hub and Acceptable Use.