← All integrations

Winston AI

4 operations0 webhooks

Winston AI plugin for Corsair

Supported operations

  • Ai ImageRead-only

    Score whether a public image URL was created by a human or generated by AI

  • Ai TextRead-only

    Score whether text, a public file, or a website was written by a human or generated by AI

  • PlagiarismRead-only

    Scan text, a public file, or a website for matching sources on the web

FAQ

Install corsair and @corsair-dev/winstonai, add the Winston AI plugin, and connect with an API key. Then call methods like corsair.winstonai.api.detect.aiImage() from your app. Corsair keeps each tenant isolated.

Yes. Winston AI requires an API key from your Winston AI account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Winston AI, GitHub, Notion, Stripe, and the rest. Trigger Winston AI from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for winston ai plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Winston AI APIs from your backend.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Winston AI API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/winstonai in the open repo. When Winston AI ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Winston AI data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Winston AI data on your behalf.