Developer API
Build Cultural AI Applications
Integrate deep cultural knowledge and AI capabilities into your applications through the CultureArk API, creating unique cultural experience products.
High Performance
Millisecond response times, 99.9% availability guarantee, global CDN acceleration.
Secure & Reliable
OAuth 2.0 authentication, API key management, request signature verification.
Multi-language SDKs
SDKs available for Python, JavaScript, Java, Go, and other major languages.
API Endpoints
/v1/chat/completionsConverse with cultural AI agents and get professional cultural knowledge responses.
/v1/knowledge/searchSearch the cultural knowledge base for relevant literature, images, and historical materials.
/v1/knowledge/{id}Get detailed information about a specific knowledge entry, including multilingual content.
/v1/embeddingsConvert text to vector embeddings for semantic search and similarity computation.
/v1/agentsGet the list of available AI agents and their capability descriptions.
Quick Start
Integrate cultural AI capabilities into your application with just a few lines of code.
client = CultureArk(api_key="your-api-key")
response = client.chat.completions.create(
agent="taizong-guardian",
messages=[
{"role": "user",
"content": "Tell me about Tang Dynasty"}
]
)
print(response.message.content)
Pricing Plans
Developer
- 1,000 API calls/month
- Basic knowledge access
- Community support
- Development environment
Professional
- 50,000 API calls/month
- Full knowledge access
- Priority support
- Production environment
- Custom agents
Enterprise
- Unlimited API calls
- Dedicated knowledge base
- Dedicated account manager
- SLA guarantee
- Private deployment
