Skip to main content
Keep in mind that this is maintained by users and the code can change at any time. We do not actively watch for updates, so be sure to check the source yourself.
Here are some simple examples for each SDK. They come straight from their GitHub, and they might be outdated.
import Salamoonder from "salamoonder";

const api = new Salamoonder(process.env.SALAMOONDER_API_KEY, false);

api.solveCaptcha(TaskPjsFile.TWITCH).then((response: getTaskResult) => {
  console.log(response);
});