Anthropic API

Share
POST/api/v1/messages

Change your base URL to KiteRouter. Everything else stays the same.

python
1client = anthropic.Anthropic(
2    base_url="https://kiterouter.com/api/v1",
3    api_key="kr-your-api-key",
4)
javascript
1const client = new Anthropic({
2  baseURL: 'https://kiterouter.com/api/v1',
3  apiKey: 'kr-your-api-key',
4})

Ready to start building?

Get your API key and make your first request in under a minute.