Getting Started
Everything you need to get started with the anymize API.
Everything you need to get started with the anymize API.
The anymize API gives you GDPR-compliant access to all major AI models — with built-in anonymization when you need it.
https://app.anymize.ai/api/v1/llmhttps://app.anymize.ai/api/v1/llm-anonymoushttps://app.anymize.ai/apiGet to your first API request in minutes — it's that simple.
1curl -X POST https://app.anymize.ai/api/v1/llm/chat/completions \2 -H #86efac">"Authorization: Bearer YOUR_API_KEY" \3 -H #86efac">"Content-Type: application/json" \4 -d '{5 #86efac">"model": "fountain-1.0",6 #86efac">"messages": [7 {#86efac">"role": "user", "content": "Hello, how are you?"}8 ]9 }'Send messages, get responses — compatible with the OpenAI format.
Mask personal data before it reaches any model.
Chat and anonymization combined in a single request.
Access GPT-4o, Claude, Gemini, DeepSeek, and more.
Works with the OpenAI SDK, Python, n8n, and other tools.
Fair limits with clear headers and transparent behavior.
API key required
Send your API key as a Bearer token in the Authorization header.
1curl https://app.anymize.ai/api/v1/llm/models \2 -H #86efac">"Authorization: Bearer YOUR_API_KEY"If your API key is invalid or expired, you'll get a 401 error.
{
"error": {
"message": "Invalid API key",
"type": "auth_error",
"code": "invalid_api_key"
}
}Protect your API key
You can create, rotate, and revoke API keys in your account settings. Go to API settings