---
title: "Interact with Deepseek AI"
method: POST
path: "/ai/deepseek"
tags: ["AI Chat"]
---

# Interact with Deepseek AI

`POST /ai/deepseek`

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

## Request body

- object
  - `session_id` string — Session id to continue conversation
  - `message` string — The actual message content
  - `mode` string — Chat mode, choose between `default`, `expert` or `vision`
  - `ref_file_urls` unknown[] — Image/file urls
    - unknown
  - `thinking_enabled` boolean — Search results
  - `search_enabled` boolean — Search queries
  - `message_id` number — Message id
  - `parent_id` number — Your message id

## Response `200`

Success - AI response retrieved successfully.

- object
  - `creator` string
  - `ok` boolean
  - `message` string
  - `thoughts` string
  - `session_id` string
  - `message_id` number
  - `parent_id` number
  - `search_queries` unknown[]
    - unknown
  - `search_results` unknown[]
    - unknown
  - `search_indexes` unknown[]
    - unknown

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `500` — Server Error - Unable to process the request.

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
