AIAI.comAIAI.com
AI モデル API未実装Files

ファイルの内容を取得(未実装)

このインターフェースはまだ実装されていません。

GET
/v1/files/{file_id}/content

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

file_id*string

Response Body

application/json

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