- logs
- stats
- system
- settings
- plugins
- user
- provider
- pipelines
- platform
- files
- knowledge
执行调试代码
测试中
POST
/api/v1/system/_debug/exec
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数text/plain
示例
示例值:print(ap)
示例代码
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/system/_debug/exec' \
--header 'Content-Type: text/plain' \
--data-raw 'print(ap)'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-04-14 04:33:30