Request shape
POST /v1/images/generations with Bearer key, prompt, width/height (multiples of 64), and safety_mode: "adult".
Never put the key in the browser. Generate from your backend, then let creators browse results in Studio.
POST /v1/images/generations with Bearer key, prompt, width/height (multiples of 64), and safety_mode: "adult".
Successful gens are retained for the active subscription. Users log into Studio with email + API key to favorite, folder, slideshow, and download.
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"}'