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 28 29 30 31 32 33 34 35 36 37 38 39 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/seg-beyond"; const data = { "prompt": "snow capped mountains", "negative_prompt": "lowquality, badquality, sketches", "steps": 30, "samples": 1, "styles": "V2,Enhance,Sharp", "seed": 354849415, "guidance_scale": 4, "scheduler": "karras", "sampler": "dpmpp_2m_sde_gpu", "input_image": "toB64('https://segmind-resources.s3.amazonaws.com/input/f6c171a1-d4bb-4224-820a-c7c53994b145-outpaint-ip.png')", "left": 300, "right": 100, "top": 0, "bottom": 0, "base64": false }; (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 *

Prompt to render


negative_promptstr ( default: None )

Prompts to exclude, eg. bad anatomy, bad hands, missing fingers


stepsint ( default: 30 ) Affects Pricing

Number of denoising steps.

min : 20,

max : 100


samplesint ( default: 1 ) Affects Pricing

Number images to generate.

min : 1,

max : 4


stylesstr ( default: V2,Enhance,Sharp )

Style selection


seedint ( default: -1 )

Seed for image generation.

min : -1,

max : 999999999999999


guidance_scalefloat ( default: 4 )

Scale for classifier-free guidance

min : 1,

max : 25


schedulerenum:str ( default: karras )

Type of scheduler.

Allowed values:


samplerenum:str ( default: dpmpp_2m_sde_gpu )

Type of sampler.

Allowed values:


input_imageimage *

input image


leftint ( default: 1 ) Affects Pricing

No of pixels to extend on left

min : 0,

max : 1024


rightint ( default: 1 ) Affects Pricing

No of pixels to extend on right

min : 0,

max : 1024


topint ( default: 1 ) Affects Pricing

No of pixels to extend on top

min : 0,

max : 1024


bottomint ( default: 1 ) Affects Pricing

No of pixels to extend on bottom

min : 0,

max : 1024


base64boolean ( default: 1 )

Base64 encoding of the output image.

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.

Segmind Beyond

AI Image Extend empowers you to seamlessly enlarge your images by intelligently adding pixels to the left, right, top, or bottom. Ideal for content creators, designers, and photographers, this image extension tool offers precise control to expand visuals without sacrificing quality or context, providing a key advantage in creative workflows.

Key Features

  1. Precise Left Extension - Add up to 1024 pixels to the left of your input image, enabling expanded compositions and the integration of additional elements.

  2. Controlled Right Extension - Extend the right side of your image by up to 1024 pixels, useful for creating wider visuals or accommodating supplementary content.

  3. Vertical Top Expansion - Increase the upper space of your image by adding up to 1024 pixels, ideal for incorporating more sky or background details.

  4. Vertical Bottom Expansion - Expand the lower portion of your image by up to 1024 pixels, perfect for lengthening scenes or fitting new design layouts.

  5. Direct Input Image Processing - Operates directly on your provided input image to perform the extension, ensuring a targeted and contextually relevant output.

Use Cases

  1. Optimizing Social Media Visuals: Seamlessly resize and extend images to perfectly fit various social media platform dimensions, preventing unwanted cropping and ensuring key visual elements remain prominent.

  2. Enhancing Photography Composition: Recover cropped edges or expand backgrounds in photographs during post-processing to reframe shots and improve overall visual storytelling.

  3. Streamlining Graphic Design Workflows: Extend design canvases or individual image assets to accommodate additional text, graphics, or to achieve specific aspect ratios required for different media.

  4. Preparing Adaptable Web Design Assets: Generate flexible image assets that can intelligently adapt to various screen sizes and layouts by seamlessly extending image boundaries as needed

AI Image Extend provides a powerful and user-friendly solution for precisely expanding your visual content. By offering granular control over pixel extension, this tool empowers users to seamlessly adapt their images for a wide range of creative and practical applications, making it an invaluable asset for visual content creators.