AIAI.comAIAI.com
AI Model APIUnimplementedFiles

Upload file (not implemented)

This interface is not yet implemented.

POST
/v1/files

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token authentication. Format: 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.aiai.com/v1/files"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}