zy
  1. db
zy
  • proxy
    • Get proxy cache
      GET
    • Set proxy cache
      POST
  • memory
    • Add message data
      POST
    • Delete message data
      DELETE
    • Set message data
      PUT
    • Get message data
      GET
    • Create session data
      POST
    • Clear session data
      DELETE
    • Get session ids data
      GET
  • analyze
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • drive
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • db
    • Clear data
      DELETE
    • Export data
      POST
    • Import data
      POST
  • webdev
    • Local sync remote
    • Remote sync local
  • file
    • Get auto content
    • Get make content
    • Add file
    • Delete file
    • Update file content
    • Get file content
  • cms
    • Get cms init
    • Get cms home
    • Get cms homeVod
    • Get cms category
    • Get cms detail
    • Get cms search
    • Get cms play
  • edit
    • Parser pd
    • Parser pdfa
    • Parser pdfh
    • Parser pdfl
    • Get sift category
    • Get sift filter
    • Get template names
    • Get template detail
  • rec
    • Get Douban Recommend
    • Get Recommend Hot
  • site
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Get detail
    • Set default
  • history
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • channel
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get epg
  • iptv
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Set default
  • setting
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get setup
    • Get detail
    • Get detail
    • Set all data
  • star
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • system
    • Get server status
    • Get server ip
    • Axios request
    • Get media info
    • Get media screenshot
    • Remove m3u8 segment
  • /api/v1/ai/completions/chat
    POST
  • /api/v1/cloud/alist/init
    GET
  • /api/v1/cloud/alist/dir
    GET
  • /api/v1/cloud/alist/file
    GET
  • /api/v1/cloud/alist/search
    GET
  • /api/v1/film/cms/proxy
    POST
  • 数据模型
    • Schemas
      • ApiReponseSuccess
      • ApiReponseError
      • ApiReponseRedirect
  1. db

Export data

POST
/api/v1/data/db/export
Export data, if provided types, only export the specified types.

请求参数

Body 参数application/json

示例
{
    "types": [
        "analyze"
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/data/db/export' \
--header 'Content-Type: application/json' \
--data-raw '{
    "types": [
        "analyze"
    ]
}'

返回响应

🟢200成功
application/json
Successful Operation
Body

示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "property1": "string",
        "property2": "string"
    }
}
🟢200成功
修改于 2025-09-14 18:12:50
上一页
Clear data
下一页
Import data
Built with