Integration Documentation
Welcome to the Cladik AI Server integration guide. This API provides advanced AI capabilities including conversational agents, resume analysis, and real-time search.
Base URL: https://ai-console.cladik.com/api
Welcome to the Cladik AI Server integration guide. This API provides advanced AI capabilities including conversational agents, resume analysis, and real-time search.
Base URL: https://ai-console.cladik.com/api
All API requests must include a valid JWT token in the Authorization header.
Authorization: Bearer
Interact with the AI chat engine with streaming support.
Stream a chat response from the AI.
{
"id": "chat_123",
"messages": [
{
"role": "user",
"content": "Hello, how can you help me?"
}
]
}
Analyze and generate resumes based on industry standards.
Analyze search results to provide resume insights.
Perform real-time searches.