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

Authentication

All API requests must include a valid JWT token in the Authorization header.

Authorization: Bearer 

Chat API

Interact with the AI chat engine with streaming support.

POST /chat/stream

Stream a chat response from the AI.

Request Body

{
  "id": "chat_123",
  "messages": [
    {
      "role": "user",
      "content": "Hello, how can you help me?"
    }
  ]
}

Resume API

Analyze and generate resumes based on industry standards.

POST /resume/analyze

Analyze search results to provide resume insights.

Search API

Perform real-time searches.

POST /search/query