MoleAPIMoleAPI
DocumentationAPI ReferenceAI Model APIUnimplementedFiles

Upload Files (Not Implemented)

This endpoint is not yet implemented

POST
/v1/files

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Request Body

multipart/form-data

file?file
Formatbinary
purpose?string

Response Body

application/json

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

How is this guide?

Last updated on

Back HomeGateway