AI Model APIUnimplementedFiles
Upload file (not implemented)
This interface is not yet implemented.
Authorization
BearerAuth
AuthorizationBearer <token>
Use Bearer Token authentication.
Format: Authorization: Bearer sk-xxxxxx
In: header
Request Body
multipart/form-data
file?file
Format
binarypurpose?string
Response Body
application/json
curl -X POST "https://api.aiai.com/v1/files"{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}