Adventists - API Doc
  1. Skills Book
Adventists - API Doc
  • Overall
  • v2.5 Updates
  • Quick Start
  • TCP - Chat With Voice
    • Connect with TCP
    • Connect with VAD
    • Connect with MCP
    • Get Token
      POST
  • Settings Management
    • Args Description
    • Template
      • Query Public Template List
      • Query Current Org Template (including private and public template)
      • Create Template
      • Query Template By ID
      • Modify Template
      • Delete Template
      • Send Memories To Template
    • NPC
      • Create Npc With Template
      • Create Npc Without Template
      • Query Npc By Id
      • Modify Npc
      • Delete Npc
      • Send Memories To Npc
      • Query Memories From Npc
    • Skills Book
      • Query Skills Book List
        GET
      • Start Create Skills Book Task
        POST
      • Upload Skills Book Content
        POST
      • Finish Create Skills Book Task
        POST
      • Query Progress Of Create Skills Book Task
        GET
    • Voice Texture
      • Upload Voice Texture
        • Upload Voice
        • Query Status Of Uploading Voice
      • Query Voice List
  • Other Chat Functions
    • Upload Pictures
      POST
  1. Skills Book

Upload Skills Book Content

POST
/skillbook/upload
You can use any content in plain-text format. Here we provide a simple test sample for you.
Albert Einstein proposed the theory of relativity, which transformed our understanding of time, space, and gravity.
Marie Curie was a physicist and chemist who conducted pioneering research on radioactivity and won two Nobel Prizes.
Isaac Newton formulated the laws of motion and universal gravitation, laying the foundation for classical mechanics.Charles Darwin introduced the theory of evolution by natural selection in his book 'On the Origin of Species'.
Ada Lovelace is regarded as the first computer programmer for her work on Charles Babbage's early mechanical computer, the Analytical Engine.
If you have more documents to upload, keep calling this interface until all documents are uploaded.

请求参数

Header 参数

Body 参数multipart/form-data

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v1.adventists.ai/skillbook/upload' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'org-id: WOQSOC' \
--form 'skill_id=""' \
--form 'file=@""'

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2025-09-15 04:09:15
上一页
Start Create Skills Book Task
下一页
Finish Create Skills Book Task
Built with