POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 const axios = require('axios'); const fs = require('fs'); const path = require('path'); async function toB64(imgPath) { const data = fs.readFileSync(path.resolve(imgPath)); return Buffer.from(data).toString('base64'); } const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/consistent-character-AI-neolemon-v2"; const data = { "prompt": "Pixar animation style, A young cute girl, 5 years old girl, brown skin and large expressive eyes, prominent eyelashes, dark and very curly hair, vibrant pink dress with short sleeves and a slight flare at the waist, joyful, wide smile, rosy cheeks, cheerful appearance", "input_image": toB64('null'), "seed": 4898558797 }; (async function() { try { const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } }); console.log(response.data); } catch (error) { console.error('Error:', error.response.data); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


promptstr *

Text prompt for image generation


negative_promptstr ( default: 1 )

Negative prompt to avoid certain elements


input_imageimage ( default: 1 )

URL of the input pose reference image


seedint ( default: 4898558797 )

Seed for random number generation

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Introducing our innovative AI-powered workflow that allows you to create detailed character sheets with just a text prompt. Gone are the days of manually sketching and refining character designs. With our AI solution, you can instantly generate character sheets that include multiple poses, making it easier than ever to visualize and develop your characters for storyboarding, animation, and other creative projects.

Our AI workflow is designed to streamline the character creation process, providing artists, writers, and designers with a powerful tool to bring their visions to life. By simply inputting a text description, you can produce a fully realized character sheet, complete with various poses that showcase different aspects of the character's personality and movement. This not only saves time but also ensures consistency across different stages of production.

Whether you're working on an animated film, a comic book, or a video game, our AI-generated character sheets offer a versatile solution that can adapt to your creative needs. The ability to quickly generate multiple poses allows for a more dynamic approach to storytelling and animation, helping you to craft compelling narratives with well-developed characters. Embrace the future of character design with our cutting-edge AI workflow and elevate your creative projects to the next level.

Simply describe your character with text prompts and receive character sheets instantly.

  • Describe your character

  • Upload a reference pose photo

  • Generate your character in that exact pose or series of poses

Experience the power of an AI-driven consistent character designer for seamless and efficient creation.