Basics

Their are 2 ways that you can create images, either you can directly message the bot or go to any NewBees channel and then type /imagine and select the command and type your image description.You can even write small description or you can briefly describe the image




Commands

/imagine

This is the main command that you have to use to generate images, it accepts one parameter named "prompt" , you have to enter your image description in prompt, it can be detailed or short according to the requirements. It will generate 4 images within 60 seconds.

/increase_resolution

This command is used to increase the image resolution. You can increase any image quality using this command.

/remove_background

This command is used to remove the image background. You can remove background of any image using this command.

/imagine_qr_code

This command is used to create unique QR codes with different styles, you need to enter your website link and prompt to define its style.

/describe

This command is used to describe any image, then you can use that description to generate a new similar image.


Basic Prompting

To get the best and accurate results, start your prompt with the important features that are most required, it can be a style eg: oil painting, digital art, digital drawing, vector, logo, website template etc.
Prefer using commas between keywords ',' like this to make it easy to understand for the bot to follow the guidance. eg: website template for ai company,hd,dynamic,high contrast,creative


Advanced Prompting

--raw

Use this command at the end of your prompt to disable additional features that are added to images.

--s2

Use this command at the end of your prompt to generate more accurate images.

--s3

Use this command at the end of your prompt to generate anime style images.

--niji

Use this command at the end of your prompt to generate crisp, super quality and closeup images.

--s (11,21,31,41,51)

Use this command at the end of your prompt to increase or descrease samples used during image generation. Use any 1 number from the list of numbers.

--g (0-10)

Use this command at the end of your prompt to increase or decrease the creativeness, the more this value the more exact images it try to make.

--nagetive (type nagetive keywords here)

Use this command at the end of your prompt to set nagetive words which should not be included in the images.

--ar 16:9

Use this command at the end of your prompt to the aspect ratio of the images. it currently supports all major ratios, format: (width:height)

--focus

Use this command at the end of your prompt increase the focus on the main character.

--focus

Use this command at the end of your prompt increase the focus on the main character.

--fast

Use this command at the end of your prompt to increase the image generation speed but reduced quality.


User Commands

Use these commands to use user related features

/profile

Use this command to get information about your plan, expiry, userid and other important details.

/stealth

Use this command to enable privacy mode, in which your generated images won't be visible on the website. As sometimes it happens when you generate images by directly chatting with bot you are able to hide images from other users but they can be displayed on the website, so after this mode is enabled you can generate any image using full privacy


Apis

You can also directly use all our features in your apps and website through our apis by subscribing to a plan which supports API access.


1. Increase Resolution

use this api to increase the image resolution.

Make a POST request to "https://developersoft.in/api/v1-increase-resolution" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
image_url Url of the Image
face_enhance Use this to enhance faces in images option: true , false
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
  {  
    "key": "",  
    "image_url": "https://d2b2zzeod3vf0q.cloudfront.net/_774684553242607616_65847b7b390aa.png",  
    "face_enhance": false,  
    "webhook": null 
  }  
        

Response

  
  {  
    "status": "success",  
    "output": "[\"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/16457a35-391f-48de-baf7-1ddd6b0a318d_out.png\"]",  
    "id": "10064",  
  }  
          

Video Guide




2. Generate Image

use this api to generate images.

Make a POST request to "https://developersoft.in/api/v1-generate-image" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
prompt Enter your image description
width Your image width eg. 512,1024 (Must be divisible by 8)
height Your image height eg. 512,1024 (Must be divisible by 8)
samples Number of images to generate eg. 1 (Upto 4 samples max)
safety_checker You can blurr adult images. options: "yes" , "no"
enhance_prompt You can use this feature to get good results even with small prompt. options: "yes" , "no"
guidance_scale Use this to increase the accuracy of results. default: 7.5 (1-20)
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
  "key": "",  
  "prompt": "It is an image of a wolf's head with a dark blue shield behind it. The wolf has orange eyes and shades of grey and white fur. The shield has a silver outline and a dark blue background. The overall design is stylized and has a modern, graphic look, hd, 4k",  
  "width": 1024,  
  "height": 1024,  
  "samples": 4,  
  "safety_checker": "yes",  
  "enhance_prompt": "yes",  
  "guidance_scale": 7.5,  
  "track_id": null,  
  "webhook": null
}  
  

Response

  
{  
  "eta": 5.82,  
  "future_links": [
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/0-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/1-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/2-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/3-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png"
  ],  
  "id": "62028381",  
}  
    

Video Guide




3. Remove Background

use this api to remove background from images.

Make a POST request to "https://developersoft.in/api/v1-remove-background" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
image_url Url of the Image
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
  "key": "",  
  "image_url": "https://d2b2zzeod3vf0q.cloudfront.net/_774684553242607616_6585923d91e9b.png",  
  "track_id": null,  
  "webhook": null 
}  
  

Response

  
{  
  "status": "success",  
  "output": "[\"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/24182ebf-8cb9-4057-9007-b78cfc3ae944.png\"]",  
  "id": 10070,  
}  
    

Video Guide




4. Describe Image

use this api to describe image.

Make a POST request to "https://developersoft.in/api/v1-describe-image" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
image_url Url of the Image


Request

  
{  
  "key": "",  
  "image_url": "https://d2b2zzeod3vf0q.cloudfront.net/_117028945480463163365881a668ce00.png",  
}  
  

Response

  
{  
  "status": "success",  
  "output": "The image shows a snowman wearing a black top hat and a red scarf with white polka dots. The snowman has a carrot nose, coal eyes and mouth, and three coal buttons on its body. It has two stick arms, one of which is raised slightly. The background is a snowy scene with trees and street lamps, and it is snowing.",  
  "id": 10073,  
}  
    

Video Guide




5. Generate Variation

use this api to generate image variations.

Make a POST request to "https://developersoft.in/api/v1-generate-variations" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
image_url Url of the Image
samples Number of images to generate eg. 1 (Upto 4 samples max)
safety_checker You can blurr adult images. options: "yes" , "no"
enhance_prompt You can use this feature to get good results even with small prompt. options: "yes" , "no"
guidance_scale Use this to increase the accuracy of results. default: 7.5 (1-20)
strength Use this value to adjust the amount of changes. default: 0.6 (0.1-1)
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
  "key": "",  
  "image_url": "https://d2b2zzeod3vf0q.cloudfront.net/_774684553242607616_658469ffdb7a0.png",  
  "samples": 4,  
  "safety_checker": "yes",  
  "enhance_prompt": "yes",  
  "guidance_scale": 7.5,  
  "strength": 0.6,  
  "track_id": null,  
  "webhook": null
}  
  

Response

  
{  
  "eta": 5.82,  
  "future_links": [
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/0-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/1-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/2-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/3-992720d6-56fa-49ea-86ee-fb6dea4f4b87.png"
  ],  
  "id": 62028381,  
}  
    

Video Guide




6. Generate High Variation

use this api to generate high image variations.

Make a POST request to "https://developersoft.in/api/v1-generate-variations-high" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
image_url Url of the Image
width Your image width eg. 512,1024 (Must be divisible by 8)
height Your image height eg. 512,1024 (Must be divisible by 8)
samples Number of images to generate eg. 1 (Upto 4 samples max)
safety_checker You can blurr adult images. options: "yes" , "no"
enhance_prompt You can use this feature to get good results even with small prompt. options: "yes" , "no"
guidance_scale Use this to increase the accuracy of results. default: 7.5 (1-20)
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
  "key": "",  
  "image_url": "https://d2b2zzeod3vf0q.cloudfront.net/_774684553242607616_658587fd59bfd.png",  
  "width": 1024,  
  "height": 1024,  
  "samples": 4,  
  "safety_checker": "yes",  
  "enhance_prompt": "yes",  
  "guidance_scale": 7.5,  
  "track_id": null,  
  "webhook": null
}  
  

Response

  
{  
  "eta": 29.12,  
  "future_links": [
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/0-72bc5815-4a08-488c-8e65-143996c80bd3.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/1-72bc5815-4a08-488c-8e65-143996c80bd3.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/2-72bc5815-4a08-488c-8e65-143996c80bd3.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/3-72bc5815-4a08-488c-8e65-143996c80bd3.png"
  ],  
  "id": 10237,  
}  
    

Video Guide



7. Ask me

use this api to generate content.

Make a POST request to "https://developersoft.in/api/v1-askme" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
prompt Enter your query
min_tokens Minimum letters to generate
max_tokens Maximum letters to generate
turbo Use this mode for faster speed and direct answers. option: "yes" , "no"
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
    "key": "",  
    "prompt": "how to make a sandwich pure veg",  
    "min_tokens": 16,  
    "max_tokens": 500,  
    "turbo": "yes",  
    "webhook": null,  
    "track_id": null
}  

Response

  
{  
    "status": "success",  
    "output": "Making a sandwich pure veg is a simple and healthy way to enjoy a delicious meal. Here are some steps to follow:\n\n1. Choose your bread: You can use any type of bread you prefer, like white, whole wheat, multigrain or even a gluten-free option.\n2. Gather your veggies: You can use a variety of vegetables like lettuce, tomato, cucumber, carrot, bell pepper or any other vegetables you like.\n3. Add some hummus, guacamole or spread: You can add some hummus, guacamole or any other spread to add extra flavor and moisture to your sandwich.\n4. Assemble your sandwich: Place the bread on a plate and spread the hummus or guacamole on it. Add the vegetables on top of the spread, layer by layer. You can also add some salt and pepper to enhance the flavor of the veggies.\n5. Cook your sandwich: You can cook your sandwich in a sandwich maker or on a grill, or you can even just wrap it up and eat it as is.\n6. Serve and enjoy: Once your sandwich is ready, you can slice it in half and serve it with your favorite dipping sauce or drink.\n\nWith these steps, you can easily make a delicious pure veg sandwich that is both healthy and tasty!",  
}  

Video Guide




8. Text to Voice

use this api to convert your content to voice.

Make a POST request to "https://developersoft.in/api/v1-text-to-voice" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
prompt Enter your content
voice_id Enter voice id. options: "jack_sparrow" , "tom_hank"
speed Speaking speed. default: 1.0
language enter content language. eg: english,hindi etc
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
    "key": "",  
    "prompt": "Text-to-voice generation, a remarkable technological advancement, has revolutionized the way we interact with information and content.",  
    "voice_id": "jack_sparrow",  
    "speed": 1.0,  
    "language": "english",  
    "webhook": null,  
    "track_id": null
}  

Response

  
{  
   "status": "success",  
   "output": ["https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/9f9571f1-d40e-42ed-9df3-35267620cc3e.wav"], 
   "id": 318
}  

Video Guide




9. Image to Video

use this api to convert your image to video.

Make a POST request to "https://developersoft.in/api/v1-image-to-video" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
img_url Enter your image url
track_id Enter your track id if any to get back in the webhook as post request
webhook Set an URL to get a POST API call once the image generation is complete


Request

  
{  
    "key": "",  
    "img_url": "https://d2b2zzeod3vf0q.cloudfront.net/_774684553242607616_658445b489c79.png",  
    "webhook": null,  
    "track_id": null
}  

Response

  
{  
   "status": "processing",  
   "eta": 25, 
   "id": 62664894
}  




10. Fetch Request

use this api to fetch pending request.

Make a POST request to "https://developersoft.in/api/v1-fetch_data" endpoint and pass the required parameters as a request body.


Parameter Description
key Your API Key used for request authorization
id Enter your fetch id
type Enter type of request. options: "image","text","voice","video"


Request

  
{  
    "key": "",  
    "id": "63020786",  
    "type": "image"
}  

Response

  
{  
   "status": "success",  
   "output": [
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/0-1acfcc13-332d-4683-bfb7-bede4d354953.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/1-1acfcc13-332d-4683-bfb7-bede4d354953.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/2-1acfcc13-332d-4683-bfb7-bede4d354953.png",
    "https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/3-1acfcc13-332d-4683-bfb7-bede4d354953.png"
    ], 
   "id": 62664894
}