Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages