Built on V7, Niji 7 elevates anime creation to "theatrical movie" standards. It supports complex perspective and dynamic composition. Its breakthrough lies in capturing motion, making stills feel like frames from high-end feature films.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A cinematic wide shot of a futuristic cyberpunk samurai battling a mechanical dragon in a rain-slicked neon street, low angle dynamic perspective, intricate mecha details, theatrical composition, sharp focus, Ukiyo-e and modern anime fusion, splash art style","chaos":0,"stylize":0,"weird":0,"raw":false,"iw":1,"sw":100,"sv":4,"aspectRatio":"1:1"}
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://www.runninghub.ai/openapi/v2/youchuan/text-to-image-niji7' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "A cinematic wide shot of a futuristic cyberpunk samurai battling a mechanical dragon in a rain-slicked neon street, low angle dynamic perspective, intricate mecha details, theatrical composition, sharp focus, Ukiyo-e and modern anime fusion, splash art style",
"chaos": 0,
"stylize": 0,
"weird": 0,
"raw": false,
"iw": 1,
"sw": 100,
"sv": 4,
"aspectRatio": "1:1"
}'