疾旋Token
用户指引API 参考平台文档AI 应用集成帮助与支持
AI 模型接口未实现(Unimplemented)文件(Files)

获取文件信息 (未实现)

此接口尚未实现

GET
/v1/files/{file_id}

Authorization

BearerAuth
AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-your-astrumflow-token-key

In: header

Path Parameters

file_id*string

Response Body

application/json

curl -X GET "https://example.com/v1/files/string"
{  "error": {    "message": "string",    "type": "string",    "param": "string",    "code": "string"  }}