Skip to content

rayzamgh/test-bingchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test-bingchat

free test API for bingchat

Run this every so often:

const cookie = document.cookie;
const serverUrl = "https://bingchat-api-zmtik7wuba-et.a.run.app";

fetch(`${serverUrl}/set-cookie`, {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
  },
  body: JSON.stringify({ cookie }),
})
  .then((res) => res.json())
  .then((res) => console.log(res))
  .catch((err) => console.log(err));

About

free test API for bingchat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages