Dinox Openapi
    Dinox Openapi
    • 创建录音笔记
      POST
    • 创建文字笔记
      POST

      创建文字笔记

      Developing
      POST
      https://dinoai.chatgo.pro/openapi/text/input

      Request

      Header Params
      Authorization
      string 
      required
      Content-Type
      string 
      required
      Example:
      application/json
      Body Params application/json
      content
      string 
      required
      Example
      {
          "content": ""
      }

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://dinoai.chatgo.pro/openapi/text/input' \
      --header 'Authorization;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "content": ""
      }'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Modified at 2024-11-11 04:08:01
      Previous
      创建录音笔记
      Built with