#144 · Primary category: AI Gateway & API Infrastructure

Claude-API

ai api chatbot chatgpt claude-ai claude-api python

This project provides an unofficial API for Claude AI, allowing users to access and interact with Claude AI .

Project last updated:08/17/24

GitHub Stars

908

Forks

142

Contributors

2

License

MIT

Why we included this project

Scripting against Claude without a paid API key usually means fighting the web app. This package sidesteps that by exposing a small Python client that talks to Claude through your claude.ai session cookie, giving you methods to send messages, list and rename chats, pull history, and continue a thread. It's enough to bolt Claude onto a hobby project like a console or Discord bot without running your own backend. The catch is that it depends on the consumer web interface, not a stable endpoint, so Anthropic can break it without notice, and you're using your own account. For personal automation that doesn't need to be enterprise-grade, it's a practical place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category