Advanced female human character generation model for creating realistic and diverse female portraits, featuring high quality and fine details.
Request
Header Params
Body Params application/json
Example
{"enable_base64_output":false,"enable_sync_mode":false,"output_format":"jpeg","prompt":"1950s vintage poster style, a cheerful woman with classic pin-up curly hair and a bright smile, wearing a red and white polka dot high-waisted bikini. She is posing playfully on one leg at the beach, holding a retro striped parasol. The image has the look of old Kodachrome film, with high color saturation, slight film grain, and a warm, nostalgic feel.\n\n","seed":-1,"size":"1024*1024"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/female-human' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_sync_mode": false,
"output_format": "jpeg",
"prompt": "1950s vintage poster style, a cheerful woman with classic pin-up curly hair and a bright smile, wearing a red and white polka dot high-waisted bikini. She is posing playfully on one leg at the beach, holding a retro striped parasol. The image has the look of old Kodachrome film, with high color saturation, slight film grain, and a warm, nostalgic feel.\n\n",
"seed": -1,
"size": "1024*1024"
}'