AI Chat

Interact with Deepseek AI

DeepSeek AI which provides reasoning, web search and file upload/analyze

post/ai/deepseek

Request body

session_idstring

Session id to continue conversation

messagestring

The actual message content

modestring

Chat mode, choose between default, expert or vision

thinking_enabledboolean

Search results

search_enabledboolean

Search queries

message_idnumber

Message id

parent_idnumber

Your message id

Response

Success - AI response retrieved successfully.

creatorstring
okboolean
messagestring
thoughtsstring
session_idstring
message_idnumber
parent_idnumber

Example response

{
  "creator": "@PaxSenix",
  "ok": true,
  "message": "Hello friends!",
  "thoughts": "This is my thought",
  "session_id": "6756-c6de-16ea-1610-e2c-b86e7"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.