MoleAPIMoleAPI
文件API 參考AI 模型介面未實作(Unimplemented)檔案(Files)

取得檔案內容(未實作)

此介面尚未實作

GET
/v1/files/{file_id}/content

Authorization

BearerAuth

AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

file_id*string

Response Body

application/json

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

這篇文件對您有幫助嗎?

最後更新於

返回首頁網關