# Starter Kit ## Docs - [Changelog](https://docs.gowinston.ai/api-reference/changelog.md): All notable changes to the Winston AI API will be documented in this file. - [Introduction](https://docs.gowinston.ai/api-reference/introduction.md) - [MCP Server](https://docs.gowinston.ai/api-reference/mcp-server.md): Run the Winston AI Model Context Protocol server on your own infrastructure or locally via npx, Docker, or from source. - [Advanced AI image Detection](https://docs.gowinston.ai/api-reference/v2/advanced-image-detection/post.md): Runs an advanced forensic analysis on a public image URL. The API authenticates the caller with a bearer token, checks the user's credit balance, analyzes the image, charges 500 credits after a successful analysis, and returns a structured forensic report. - [AI text detection](https://docs.gowinston.ai/api-reference/v2/ai-content-detection/post.md): The Human Score is a metric used by Winston AI to estimate the likelihood that a given piece of content was generated by an AI tool versus being written by a human. - [Fact checker](https://docs.gowinston.ai/api-reference/v2/fact-checker/post.md): The Fact Checker endpoint is a powerful tool designed to verify the accuracy of a given piece of content by checking it against a a variety of trusted sources. The cost is 2 credits per word. - [AI image Detection](https://docs.gowinston.ai/api-reference/v2/image-detection/post.md): Our image detection feature enables AI-generated image detection by verifying image metadata and using a machine learning system trained to differentiate between human and AI-generated images. - [Plagiarism](https://docs.gowinston.ai/api-reference/v2/plagiarism/post.md): Winston AI's plagiarism API is a powerful tool designed to check text for plagiarism by scouring the internet for similar content. It queries multiple websites and compares the input text with the content found on these websites. This can be particularly useful in academic settings, content creation… - [Text Compare](https://docs.gowinston.ai/api-reference/v2/text-compare/post.md): Compare two texts to find similarities and differences between them. This endpoint analyzes both texts and returns detailed information about matching content, word counts, and similarity scores. ## OpenAPI Specs - [openapi](https://docs.gowinston.ai/api-reference/openapi.json) ## Optional - [Developer dashboard](https://dev.gowinston.ai) - [Main dashboard](https://app.gowinston.ai) - [Blog](https://gowinston.ai/blog)