Bimg icon indicating copy to clipboard operation
Bimg copied to clipboard

A reverse-engineered Bing Image Creator API as an NPM package

Results 8 Bimg issues
Sort by recently updated
recently updated
newest added

## Fix for #11 issue If you're having issues with generating images, eg 'Bing has blocked this prompt.... ". I have found a fix, aswell I have fixed an issue...

I was using this for the last two-odd weeks, since the 13th November 2023. It worked great! Thank you. It suddenly stopped working in the morning of the 26th November...

``` Sending request... https://www.bing.com/images/create?q=a%20chicken&rt=3&FORM=GENCRE Redirected to https://www.bing.com/images/create?q=a%20chicken&rt=3&FORM=GENCRE&id=1-65ea17005537411d88e7a7f27c0734c6 Waiting for results... seaches... AxiosError: read ECONNRESET at AxiosError.from (file:///home/container/node_modules/axios/lib/core/AxiosError.js:89:14) at RedirectableRequest.handleRequestError (file:///home/container/node_modules/axios/lib/adapters/http.js:610:25) at RedirectableRequest.emit (node:events:517:28) at eventHandlers. (/home/container/node_modules/follow-redirects/index.js:38:24) at ClientRequest.emit (node:events:517:28) at...

How Do I Make it Generate single images instead of multiple ones (usually 4)

The first call always got code 200 instead of 302. And the return url doesn't have 'id=' part in it.

This works well for simple prompts. But if i give it a long prompt it dies bad (Windows 10). If i give it a prompt with commas it seems to...

I was testing this API since OpenAI removed the free credits for DALL-E. I implemented a request using the generateImagesLinks method and it fails with the following response. "This prompt...

Please update the package