Request shape

POST /v1/images/generations with Bearer key, prompt, width/height (multiples of 64), and safety_mode: "adult".

After generate

Successful gens are retained for the active subscription. Users log into Studio with email + API key to favorite, folder, slideshow, and download.

Server snippet

curl -sS https://nsfwpics.studio/v1/images/generations \
  -H "Authorization: Bearer $NSFWPICS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"…","width":768,"height":1024,"safety_mode":"adult"}'