NeuRecon_API
  1. api
NeuRecon_API
  • api
    • 上传capture
      POST
    • 查询单个capture
      POST
    • 查询所有captures
      POST
    • capture下载
      POST
    • 查询credits
      POST
  1. api

查询credits

开发中
POST
http://recon.neudim.com/api/public/credits
给定neudim-api-key查询该api用户下的token使用情况,包含总credits,已使用credits,剩余credits

请求参数

Header 参数
Authorization
string 
必需
Body 参数multipart/form-data
object {0}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://recon.neudim.com/api/public/credits' \
--header 'Authorization;'

返回响应

🟠403未添加验证信息
application/json
Body
message
string 
必需
status
string 
必需
示例
{
  "message": "No Authorization!",
  "status": "error"
}
🟠403验证信息格式错误
🟢200credits查询成功
🟠403token不存在
上一页
capture下载
Built with